mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
refactor(docs): Update intersphinx mapping in Sphinx configuration
This commit is contained in:
parent
6791df9ba0
commit
964f77dc54
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ texinfo_documents = [
|
|||
# -- Options for intersphinx extension ---------------------------------------
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
|
||||
|
||||
# -- Autodoc configuration ---------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue