Merge pull request #5282 from schettino72/quickstart-pygments-style-none

quickstart: set conf.py pygments_style value to None
This commit is contained in:
Takeshi KOMIYA 2018-09-02 16:16:00 +09:00 committed by GitHub
commit 1082806c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ language = {{ language | repr }}
exclude_patterns = [{{ exclude_patterns }}]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = None
# -- Options for HTML output -------------------------------------------------