1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Use local copies of objects.inv for building documentation.
Author: Geoffroy Youri Berret <efrim@azylum.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -436,7 +436,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None}
# autodoc config
autodoc_member_order = 'bysource'
|