Skip to content

Commit

Permalink
Switch to sphinx 7's intersphinx_mapping usage. (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Apr 30, 2023
1 parent 7ec5ebf commit 75da65c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/conf.py
Expand Up @@ -59,8 +59,11 @@
# html_static_path = ['_static']

intersphinx_mapping = {
"https://docs.python.org/": None,
"https://docs.djangoproject.com/en/dev/": "https://docs.djangoproject.com/en/dev/_objects/",
"python": ("https://docs.python.org/", None),
"django": (
"https://docs.djangoproject.com/en/dev/",
"https://docs.djangoproject.com/en/dev/_objects/",
),
}

# -- Options for Read the Docs -----------------------------------------------
Expand Down

0 comments on commit 75da65c

Please sign in to comment.