14
0
forked from pool/python-falcon
Files
python-falcon/python-falcon-sphinx-pygments-style.patch

14 lines
530 B
Diff
Raw Normal View History

Index: falcon-3.0.1/docs/conf.py
===================================================================
--- falcon-3.0.1.orig/docs/conf.py 2021-05-11 00:19:26.000000000 +0200
+++ falcon-3.0.1/docs/conf.py 2021-11-17 11:57:45.522196166 +0100
@@ -138,7 +138,7 @@ exclude_patterns = ['_build', '_newsfrag
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'github'
+pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []