From 98161fabb9897023977a337c2c97b2c0f81f6002 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 14 Oct 2014 21:11:53 +0200 Subject: [PATCH] Fix doc build Fix the following that shows up when running "python setup.py build_sphinx": manila/doc/source/adminref/index.rst:16: WARNING: toctree contains reference to nonexisting document u'adminref/launchpad' manila/doc/source/adminref/index.rst:16: WARNING: toctree contains reference to nonexisting document u'adminref/gerrit' manila/doc/source/adminref/index.rst:16: WARNING: toctree contains reference to nonexisting document u'adminref/jenkins' checking consistency... manila/doc/source/adminref/index.rst:: WARNING: document isn't included in any toctree Cleanup adminref/index.rst file and remove content that is duplicated from the devref/index.rst and not relevant here. Change-Id: I57accea0f041ac59e507e4cf6461d2239f60b3b7 --- doc/source/adminref/index.rst | 19 ++----------------- doc/source/index.rst | 8 ++++++++ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/doc/source/adminref/index.rst b/doc/source/adminref/index.rst index 5e3b0b236e..b955866beb 100644 --- a/doc/source/adminref/index.rst +++ b/doc/source/adminref/index.rst @@ -11,25 +11,10 @@ License for the specific language governing permissions and limitations under the License. -Other Resources + +Admin Reference --------------- .. toctree:: :maxdepth: 3 - launchpad - gerrit - jenkins - -Indices and tables ------------------- - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - -Module reference ----------------- -.. toctree:: - :maxdepth: 3 - intro diff --git a/doc/source/index.rst b/doc/source/index.rst index 48b86fb52c..2bc50b0525 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -45,6 +45,14 @@ Developer Docs man/index api/autoindex +Admin Docs +========== + +.. toctree:: + :maxdepth: 1 + + adminref/index + API Extensions ==============