Skip to content

Commit

Permalink
Use 'stable' Django version for intersphinx
Browse files Browse the repository at this point in the history
This will ensure documentation references always point at the latest version.
  • Loading branch information
adamchainz authored Nov 11, 2020
1 parent c11dbb5 commit 5753ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
exclude_patterns = []
html_theme = "sphinx_rtd_theme"
intersphinx_mapping = {
"django": ("https://docs.djangoproject.com/en/2.2/", "https://docs.djangoproject.com/en/2.2/_objects/"),
"django": ("https://docs.djangoproject.com/en/stable/", "https://docs.djangoproject.com/en/stable/_objects/"),
}

0 comments on commit 5753ea1

Please sign in to comment.