forked from pool/python-falcon
- version update to 2.0.0 * many changes, see CHANGES.rst - deleted patches - remove_failing_test.patch (not needed) - added patches rapidjson implementation python binding not available. + python-falcon-no-rapidjson.patch github pygments style is not available + python-falcon-sphinx-pygments-style.patch OBS-URL: https://build.opensuse.org/request/show/704723 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=29
14 lines
519 B
Diff
14 lines
519 B
Diff
Index: falcon-2.0.0/docs/conf.py
|
|
===================================================================
|
|
--- falcon-2.0.0.orig/docs/conf.py 2019-04-26 20:19:32.000000000 +0200
|
|
+++ falcon-2.0.0/docs/conf.py 2019-05-21 16:42:08.910523827 +0200
|
|
@@ -121,7 +121,7 @@ exclude_patterns = ['_build']
|
|
#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 = []
|