Skip to content

Commit db74017

Browse files
committed
📚 update doc build config
1 parent 1fa3047 commit db74017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/docs/conf.py_t

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ html_static_path = ['{{ dot }}static']
105105
# -- Options for intersphinx extension ---------------------------------------
106106

107107
# Example configuration for intersphinx: refer to the Python standard library.
108-
intersphinx_mapping = {'https://docs.python.org/3/': None}
108+
intersphinx_mapping = {'python': ('https://docs.python.org/3',
109+
'python-inv.txt')}
109110
{%- endif %}
110111
{%- if 'sphinx.ext.todo' in extensions %}
111112

0 commit comments

Comments
 (0)