diff options
Diffstat (limited to 'tests/roots/test-ext-autosummary/conf.py')
-rw-r--r-- | tests/roots/test-ext-autosummary/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/roots/test-ext-autosummary/conf.py b/tests/roots/test-ext-autosummary/conf.py index 55c769c..1c0d022 100644 --- a/tests/roots/test-ext-autosummary/conf.py +++ b/tests/roots/test-ext-autosummary/conf.py @@ -5,6 +5,3 @@ sys.path.insert(0, os.path.abspath('.')) extensions = ['sphinx.ext.autosummary'] autosummary_generate = True - -# The suffix of source filenames. -source_suffix = '.rst' |