diff options
Diffstat (limited to 'tests/roots/test-ext-doctest-with-autodoc/conf.py')
-rw-r--r-- | tests/roots/test-ext-doctest-with-autodoc/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/roots/test-ext-doctest-with-autodoc/conf.py b/tests/roots/test-ext-doctest-with-autodoc/conf.py index a5d0d622d..1ec1dd994 100644 --- a/tests/roots/test-ext-doctest-with-autodoc/conf.py +++ b/tests/roots/test-ext-doctest-with-autodoc/conf.py @@ -5,4 +5,3 @@ sys.path.insert(0, path.abspath(path.dirname(__file__))) project = 'test project for doctest + autodoc reporting' extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest'] -master_doc = 'index' |