1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Use distro provided inventory files for intersphinx
Forwarded: not-needed
Author: Sakirnth Nagarasa <sakirnth@gmail.com>
Last-Update: 2021-11-16
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -174,7 +174,7 @@
# -- Options for intersphinx extension ---------------------------------------
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
# -- Options for todo extension ----------------------------------------------
|