aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index affa9073..e3215b28 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -21,7 +21,7 @@ import datetime
# -- General configuration ------------------------------------------------
-needs_sphinx = '1.7'
+needs_sphinx = '1.8'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -78,7 +78,7 @@ highlight_language = 'none'
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
-language = None
+language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -115,12 +115,6 @@ except:
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['sphinx/static']
-html_context = {
- 'css_files': [
- '_static/theme_overrides.css',
- ],
-}
-
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#