Dirk Mueller
2aa94981ca
- update to version 1.2.1: too many changes to list here, see: https://github.com/Pylons/waitress/blob/master/CHANGES.txt or even: https://github.com/Pylons/waitress/commits/master OBS-URL: https://build.opensuse.org/request/show/672508 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=26
14 lines
385 B
Diff
14 lines
385 B
Diff
Index: b/docs/conf.py
|
|
===================================================================
|
|
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -32,7 +32,7 @@ extensions = [
|
|
]
|
|
|
|
intersphinx_mapping = {
|
|
- 'python': ('https://docs.python.org/3/', None),
|
|
+ 'python': ('https://docs.python.org/3/', 'python3.inv'),
|
|
}
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|