diff --git a/docs/conf.py b/docs/conf.py index ed5b9c39dd..ff69cce334 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,6 +20,7 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) +import sphinx_rtd_theme # -- General configuration ------------------------------------------------ @@ -82,7 +83,8 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' +# html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/docs/index.rst b/docs/index.rst index ba5a8a91c2..9053dd39ec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,10 +3,24 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to Cosmos-SDK's documentation! +Welcome to the Cosmos SDK! ====================================== +.. image:: graphics/cosmos-sdk-image.png + :height: 250px + :width: 500px + :align: center + .. toctree:: :maxdepth: 2 - :caption: Contents: - + + overview.rst + install.rst + basecoin-basics.rst + basecoin-tool.rst + key-management.rst + roles-and-multi-sig.rst + basecoin-plugins.rst + ibc.rst + glossary.rst + stdlib.rst