mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
quickstart: set conf.py pygments_style value to None
Currently quickstart sets a value for `pygments_style`, this is not desirable because it overrides the theme's default `pygments_style`. It should be `None` so theme`s value is used by default.
This commit is contained in:
parent
c48a612485
commit
9cf8aa7739
@ -78,7 +78,7 @@ language = {{ language | repr }}
|
|||||||
exclude_patterns = [{{ exclude_patterns }}]
|
exclude_patterns = [{{ exclude_patterns }}]
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = None
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user