[Doc] Use different pygments_style (#11143)

This commit is contained in:
Simon Mo
2020-09-30 16:16:55 -07:00
committed by GitHub
parent 090002b0ce
commit a518fb1031
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ sphinx-gallery
sphinx-jsonschema
sphinx-tabs
sphinx-version-warning
# TODO(simon): Use sphinx book theme released version
git+https://github.com/executablebooks/sphinx-book-theme.git@0a87d26e214c419d2e6efcadddab4be8ae7b2c21
sphinx-book-theme
tabulate
uvicorn
werkzeug
+1 -1
View File
@@ -222,7 +222,7 @@ exclude_patterns += sphinx_gallery_conf['examples_dirs']
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'pastie'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []