forked from pool/python-falcon
* Running Mypy on code that uses parts of falcon.testing would
previously lead to errors like:
"Name "falcon.testing.TestClient" is not defined"
This has been fixed by explicitly exporting the names that
are imported into the falcon.testing namespace. (#2387)
* The printable PDF version of our documentation was enabled
on Read the Docs. (#2365)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=59
14 lines
460 B
Diff
14 lines
460 B
Diff
Index: falcon-3.1.3/docs/conf.py
|
|
===================================================================
|
|
--- falcon-3.1.3.orig/docs/conf.py
|
|
+++ falcon-3.1.3/docs/conf.py
|
|
@@ -132,7 +132,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 = []
|