diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index f1aba0eb4..fca33136c 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -61,6 +61,7 @@ class Config(object): rst_epilog = (None, 'env'), trim_doctest_flags = (True, 'env'), default_domain = ('py', 'env'), + needs_sphinx = (None, None), # HTML options html_theme = ('default', 'html'), |