mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-02-04 17:40:39 +01:00
doc/sphinx/conf.py.in: Change sphinx.ext.intersphinx
To latest change. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
ac2bbe24cb
commit
a40c638003
1 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,8 @@ epub_exclude_files = ['search.html']
|
|||
# -- 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', None)}
|
||||
|
||||
|
||||
# -- Options for todo extension ----------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue