Skip to content

Commit 7d8d60c

Browse files
authored
Merge pull request alchemyst#17 from mgeier/patch-2
Don't set an explicit pygments_style
2 parents 6da7e67 + 0ba46e3 commit 7d8d60c

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)