diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-17 01:16:01 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-17 01:16:01 +0900 |
| commit | 963d8bc4fcb09a9ded2caa986f791c535bb005e1 (patch) | |
| tree | e8a9cb8dd3d949cd83e3fb1478e3ac9ef7d977c1 /sphinx/templates | |
| parent | 68f9339d7f05198ec22f76c21e69c5684f6362a9 (diff) | |
| download | sphinx-git-963d8bc4fcb09a9ded2caa986f791c535bb005e1.tar.gz | |
conf.py: Remove html_options from template
Diffstat (limited to 'sphinx/templates')
| -rw-r--r-- | sphinx/templates/quickstart/conf.py_t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py_t index 87a9b87ef..f9f96b221 100644 --- a/sphinx/templates/quickstart/conf.py_t +++ b/sphinx/templates/quickstart/conf.py_t @@ -91,12 +91,6 @@ exclude_patterns = [{{ exclude_patterns }}] # html_theme = 'alabaster' -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# -# html_theme_options = {} - # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". |
