File: use-local-intersphinx-inventory.patch

package info (click to toggle)
python-gevent 25.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,036 kB
  • sloc: python: 170,894; ansic: 82,360; sh: 6,265; makefile: 1,550; javascript: 108
file content (19 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: use local intersphinx inventory
 Use the offline copy under debian/ instead downloading it.
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Forwarded: not-needed
Last-Update: 2015-01-05

---

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ extensions = [
 ]
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/', None),
+    'python': ('https://docs.python.org/', '../debian/python.inv'),
     'greenlet': ('https://greenlet.readthedocs.io/en/latest/', None),
     'zopeevent': ('https://zopeevent.readthedocs.io/en/latest/', None),
     'zopecomponent': ('https://zopecomponent.readthedocs.io/en/latest/', None),