Skip to content

Commit

Permalink
📚 update doc build config
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 9, 2024
1 parent 1fa3047 commit db74017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/docs/conf.py_t
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ html_static_path = ['{{ dot }}static']
# -- Options for intersphinx extension ---------------------------------------

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

Expand Down

0 comments on commit db74017

Please sign in to comment.