mirror of
https://github.com/wassname/ray.git
synced 2026-08-08 11:25:28 +08:00
[Doc] Use different pygments_style (#11143)
This commit is contained in:
@@ -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
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user