diff --git a/docs/source/conf.py b/docs/source/conf.py index f6da51a60..1e0ed4e22 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import sphinx_rtd_theme # -- Project information ----------------------------------------------------- project = 'airshipctl' -copyright = '2020, The Airship Authors' +copyright = '2019-2020, The Airship Authors' author = 'The Airship Authors' @@ -52,6 +52,8 @@ html_theme_options = { 'display_version': False, 'logo_only': True } +html_show_sourcelink = False +html_show_sphinx = False html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Add any paths that contain custom static files (such as style sheets) here, diff --git a/docs/source/index.rst b/docs/source/index.rst index 2489a0406..d5afd8b42 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,11 +21,21 @@ Welcome to airshipctl's Documentation! .. include:: ../../README.rst .. toctree:: - :hidden: - :maxdepth: 2 + :caption: Airshipctl + :hidden: + :maxdepth: 2 - architecture - developers - plugins - testing-guidelines - Commands + architecture + developers + plugins + testing-guidelines + Commands + +.. toctree:: + :caption: Airship Project Documentation + :hidden: + + Airship Documentation + Airshipctl + Airshipui + Treasuremap