We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa3047 commit db74017Copy full SHA for db74017
templates/docs/conf.py_t
@@ -105,7 +105,8 @@ html_static_path = ['{{ dot }}static']
105
# -- Options for intersphinx extension ---------------------------------------
106
107
# Example configuration for intersphinx: refer to the Python standard library.
108
-intersphinx_mapping = {'https://docs.python.org/3/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3',
109
+ 'python-inv.txt')}
110
{%- endif %}
111
{%- if 'sphinx.ext.todo' in extensions %}
112
0 commit comments