Skip to content

Commit

Permalink
Fix documentation build
Browse files Browse the repository at this point in the history
The intersphinx_mapping format now requires a tuple [1].

Fixes #279

[1] - https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#configuration
  • Loading branch information
javierpena authored and claudep committed Jan 27, 2025
1 parent fe12b14 commit 2ad542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@

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

0 comments on commit 2ad542b

Please sign in to comment.