diff --git a/doc/source/conf.py b/doc/source/conf.py index 24b9874..b4aa293 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -29,7 +29,8 @@ sys.path.insert(0, os.path.abspath('../../git_upstream')) # for indices # 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.todo', 'sphinx.ext.coverage'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', + 'sphinxcontrib.fulltoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/test-requirements.txt b/test-requirements.txt index 3f35ec1..86c5ba6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,7 @@ discover coverage>=3.6 # Apache-2.0 fixtures>=0.3.14 python-subunit +sphinxcontrib-fulltoc # Apache-2.0 testrepository>=0.0.17 testscenarios>=0.4 testtools>=0.9.32