Merge pull request #170 from johnthagen/update-doc-links

Update external documentation links to point to latest Django and Python releases
This commit is contained in:
Rémy HUBSCHER 2021-01-21 17:46:06 +01:00 committed by GitHub
commit d1972d6460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -4,12 +4,12 @@ Authors & contributors
Maintainer: Benoît Bryon <benoit@marmelune.net>
Original code by `Novapost <http://www.novapost.fr>`_ team:
Original code by `PeopleDoc <https://www.people-doc.com/>`_ team:
* Nicolas Tobo <https://github.com/nicolastobo>
* Lauréline Guérin <https://github.com/zebuline>
* Gregory Tappero <https://github.com/coulix>
* Rémy Hubscher <remy.hubscher@novapost.fr>
* Gregory Tappero <https://github.com/gregtap>
* Rémy Hubscher <https://github.com/natim>
* Benoît Bryon <benoit@marmelune.net>
* Aleksi Häkli <https://github.com/aleksihakli>

View file

@ -23,4 +23,4 @@ optimizations.
.. target-notes::
.. _`Django`: https://djangoproject.com
.. _`Django`: https://www.djangoproject.com

View file

@ -87,10 +87,10 @@ htmlhelp_basename = "{project}doc".format(project=project_slug)
# -- Options for sphinx.ext.intersphinx ---------------------------------------
intersphinx_mapping = {
"python": ("https://docs.python.org/2.7", None),
"python": ("https://docs.python.org/3", None),
"django": (
"https://docs.djangoproject.com/en/1.8/",
"https://docs.djangoproject.com/en/1.8/_objects/",
"https://docs.djangoproject.com/en/3.1/",
"https://docs.djangoproject.com/en/3.1/_objects/",
),
"requests": ("https://requests.readthedocs.io/en/master/", None),
}