Skip to content

Commit c94aa60

Browse files
committed
Fixed #163 - Fixed intersphinx django reference
1 parent 7bcc661 commit c94aa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@
287287
# Example configuration for intersphinx: refer to the Python standard library.
288288
intersphinx_mapping = {
289289
'python': ('https://docs.python.org/', None),
290-
'django': ('https://docs.djangoproject.com/en/stable', 'https://docs.djangoproject.com/en/stable/_objects'),
290+
'django': ('https://docs.djangoproject.com/en/stable', None),
291291
}

0 commit comments

Comments
 (0)