Skip to content

Commit 0ba46e3

Browse files
authored
Don't set an explicit pygments_style
1 parent 6da7e67 commit 0ba46e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
]
9494

9595
# The name of the Pygments (syntax highlighting) style to use.
96-
pygments_style = 'sphinx'
96+
#pygments_style = 'sphinx'
9797

9898
# If true, `todo` and `todoList` produce output, else they produce nothing.
9999
todo_include_todos = False

0 commit comments

Comments
 (0)