Merge pull request #5473 from sfc-gh-anoyes/anoyes/remove-solarized-theme
Stop using solarized theme for pygments
This commit is contained in:
commit
af0374690e
|
@ -95,9 +95,6 @@ exclude_patterns = []
|
|||
# output. They are ignored by default.
|
||||
#show_authors = False
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'solarizedlight'
|
||||
|
||||
# A list of ignored prefixes for module index sorting.
|
||||
#modindex_common_prefix = []
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@ setuptools>=20.10.0
|
|||
sphinx==1.5.6
|
||||
sphinx-bootstrap-theme==0.4.8
|
||||
docutils==0.16
|
||||
pygments-style-solarized
|
||||
|
|
Loading…
Reference in New Issue