mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
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:
commit
d1972d6460
3 changed files with 7 additions and 7 deletions
6
AUTHORS
6
AUTHORS
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ optimizations.
|
|||
|
||||
.. target-notes::
|
||||
|
||||
.. _`Django`: https://djangoproject.com
|
||||
.. _`Django`: https://www.djangoproject.com
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue