mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5282 from schettino72/quickstart-pygments-style-none
quickstart: set conf.py pygments_style value to None
This commit is contained in:
commit
1082806c4a
@ -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