Skip to content

Commit 18965d6

Browse files
authored
Remove the explicit setting of a pygments theme (#17571)
This allows the underlying theme being used to provide the pygments theme instead which looks better (subjectively).
1 parent f2cee90 commit 18965d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# show_authors = False
9393

9494
# The name of the Pygments (syntax highlighting) style to use.
95-
pygments_style = "sphinx"
95+
# pygments_style = "sphinx"
9696

9797
# A list of ignored prefixes for module index sorting.
9898
# modindex_common_prefix = []

0 commit comments

Comments
 (0)