Use default pygments style for sphinx docs

This commit is contained in:
baldurk
2026-05-15 16:06:38 +01:00
parent 482a0f3080
commit 71770e23ed
+1 -1
View File
@@ -133,7 +133,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'sphinx_exts', 'include'
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'default'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []