From 7874aa1eb35dc49a98699abf5ffe81d99ef22b0d Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Tue, 5 Sep 2017 10:03:11 +0000 Subject: [PATCH] Update docs formatting Allow the sidebar TOC to actually contain the sections that we have here. Change-Id: Ieb9eb0a9a532397c36812bdffe6f2962aca7448a Related-Bug: 1713081 --- doc/source/conf.py | 5 +---- doc/source/index.rst | 9 +++------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 53e4b9883..169f5470b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -114,10 +114,7 @@ html_theme = 'openstackdocs' # 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 # documentation. -html_theme_options = { - "sidebar_mode": "toc", - "display_toc": True -} +html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] diff --git a/doc/source/index.rst b/doc/source/index.rst index ddf814616..efe12225a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,12 +7,6 @@ API with integrated Keystone authentication. It can be configured to auto-generate records based on Nova and Neutron actions. Designate supports a variety of DNS servers including Bind9 and PowerDNS. -For information on how to install Designate, see the -`Install Guide `_. - -For information on the Designate API, see the -`API Reference `_. - Contents ~~~~~~~~ @@ -25,5 +19,8 @@ Contents admin/index configuration/index +For information on the Designate API, see the +`API Reference `_. + This documentation is generated by the Sphinx toolkit and lives in the `source tree `_.