From db7401752992fa4d1335c482da65648ff27f10ec Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 9 Nov 2024 15:40:51 +0000 Subject: [PATCH] :books: update doc build config --- templates/docs/conf.py_t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/docs/conf.py_t b/templates/docs/conf.py_t index 8a20fc4..e540644 100644 --- a/templates/docs/conf.py_t +++ b/templates/docs/conf.py_t @@ -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 %}