Merge pull request #5700 from tk0miya/smart_conf_py

quickstart: Simplify generated conf.py (common items)
This commit is contained in:
Takeshi KOMIYA 2018-12-12 01:34:04 +09:00 committed by GitHub
commit 141dcb4bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,10 +40,6 @@ release = u'{{ release_str }}'
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
@ -79,9 +75,6 @@ language = {{ language | repr }}
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [{{ exclude_patterns }}]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
# -- Options for HTML output -------------------------------------------------