Skip to content

Commit

Permalink
Merge pull request #121 from adamchainz/patch-2
Browse files Browse the repository at this point in the history
Use 'stable' Django version for intersphinx
  • Loading branch information
Photonios committed Feb 24, 2021
2 parents 6711a3f + 5753ea1 commit ff6ad9f
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 ff6ad9f

Please sign in to comment.