Skip to content

Commit ff6ad9f

Browse files
authored
Merge pull request #121 from adamchainz/patch-2
Use 'stable' Django version for intersphinx
2 parents 6711a3f + 5753ea1 commit ff6ad9f

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)