From 99329d88acdf556daf45fe65aadf7a4792ea205c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 11 Nov 2016 19:07:23 +0000 Subject: [PATCH] Remove unused module index in documentation We don't currently use sphinx.ext.autodoc as most of the source code is missing docstrings anyway. Remove it so that we'll stop creating a broken link to py-modules.html when rendering documentation. This can be reverted later when we're ready to add source documentation to the project. Change-Id: I6a2c599f319859985812fe61ad5b3d7aea196e05 --- doc/source/conf.py | 2 -- doc/source/index.rst | 1 - 2 files changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 72e1181..5041061 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,8 +22,6 @@ sys.path.insert(0, os.path.abspath('../..')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ - 'sphinx.ext.autodoc', - #'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput', 'oslosphinx' ] diff --git a/doc/source/index.rst b/doc/source/index.rst index cc158e8..487025a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,5 +19,4 @@ Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` * :ref:`search`