Skip to content

Commit

Permalink
Fix intersphinx deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 5, 2024
1 parent 4fd62db commit 014af46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"http://docs.python.org/": None,
"https://docs.djangoproject.com/en/dev": "https://docs.djangoproject.com/en/dev/_objects",
"http://docs.python.org/": ('https://docs.python.org/3', None),
'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'),
"parler": ("http://django-parler.readthedocs.org/en/latest/", None),
"comments": ("http://django-contrib-comments.readthedocs.org/en/latest/", None),
}

0 comments on commit 014af46

Please sign in to comment.