Skip to content

Commit

Permalink
Update intersphinx_mapping format
Browse files Browse the repository at this point in the history
Needed after upgrading to newer Sphinx version
  • Loading branch information
johannaengland committed May 10, 2024
1 parent c3ddd09 commit 49326ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'django': (
'https://docs.djangoproject.com/en/3.2',
'https://docs.djangoproject.com/en/3.2/_objects',
'https://docs.djangoproject.com/en/3.2/',
'https://docs.djangoproject.com/en/3.2/_objects/',
),
}

Expand Down

0 comments on commit 49326ff

Please sign in to comment.