Skip to content

Commit

Permalink
fix: update sphnix intersphinx_mapping config
Browse files Browse the repository at this point in the history
  • Loading branch information
pgammans committed Jul 26, 2023
1 parent cab1ee3 commit 4df2bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
#'http://docs.python.org/': None,
"https://docs.djangoproject.com/en/stable": "https://docs.djangoproject.com/en/stable/_objects"
'django':
("https://docs.djangoproject.com/en/stable", "https://docs.djangoproject.com/en/stable/_objects")
}

# autodoc settings
Expand Down

0 comments on commit 4df2bff

Please sign in to comment.