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 5c3b7dfe6..0159e76e3 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -51,6 +51,7 @@ class Config(object): templates_path = ([], False), template_bridge = (None, False), keep_warnings = (False, True), + modindex_common_prefix = ([], False), # HTML options html_theme = ('default', False), |