Skip to content

Commit 5753ea1

Browse files
authored
Use 'stable' Django version for intersphinx
This will ensure documentation references always point at the latest version.
1 parent c11dbb5 commit 5753ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
exclude_patterns = []
2323
html_theme = "sphinx_rtd_theme"
2424
intersphinx_mapping = {
25-
"django": ("https://docs.djangoproject.com/en/2.2/", "https://docs.djangoproject.com/en/2.2/_objects/"),
25+
"django": ("https://docs.djangoproject.com/en/stable/", "https://docs.djangoproject.com/en/stable/_objects/"),
2626
}

0 commit comments

Comments
 (0)