comparison docs/conf.py @ 773:0c3507865bca

FIX: Make the "intersphinx_mapping" compatible to Sphinx 8. Also tested with Sphinx 5.3: works also!
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2026 20:14:55 +0200
parents 4c44b64e32cd
children
comparison
equal deleted inserted replaced
772:4c44b64e32cd 773:0c3507865bca
195 # -- Extension configuration ------------------------------------------------- 195 # -- Extension configuration -------------------------------------------------
196 196
197 # -- Options for intersphinx extension --------------------------------------- 197 # -- Options for intersphinx extension ---------------------------------------
198 198
199 # Example configuration for intersphinx: refer to the Python standard library. 199 # Example configuration for intersphinx: refer to the Python standard library.
200 intersphinx_mapping = {'https://docs.python.org/': None} 200 intersphinx_mapping = {'python': ('https://docs.python.org/', None)}
201 201
202 # -- Options for todo extension ---------------------------------------------- 202 # -- Options for todo extension ----------------------------------------------
203 203
204 # If true, `todo` and `todoList` produce output, else they produce nothing. 204 # If true, `todo` and `todoList` produce output, else they produce nothing.
205 todo_include_todos = True 205 todo_include_todos = True