mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5700 from tk0miya/smart_conf_py
quickstart: Simplify generated conf.py (common items)
This commit is contained in:
commit
141dcb4bdd
@ -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 -------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user