conf.py: Remove html_options from template

This commit is contained in:
Takeshi KOMIYA 2019-02-17 01:16:01 +09:00
parent 68f9339d7f
commit 963d8bc4fc

View File

@ -91,12 +91,6 @@ exclude_patterns = [{{ exclude_patterns }}]
# #
html_theme = 'alabaster' 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, # 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, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".