From deddd2fd2d99afe45a36d58cb2b16862aebe2b96 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 21 Jan 2021 11:35:00 -0500 Subject: [PATCH 1/2] Update external documentation links to point to latest Django and Python releases --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ef3a7ab..a91a711 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), } From cee7810cfdab1deed56b33e0013d3a8e0ebe9fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 21 Jan 2021 17:44:27 +0100 Subject: [PATCH 2/2] Fix links. --- AUTHORS | 6 +++--- docs/about/vision.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index cfcc44e..bab0ddb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,12 +4,12 @@ Authors & contributors Maintainer: Benoît Bryon -Original code by `Novapost `_ team: +Original code by `PeopleDoc `_ team: * Nicolas Tobo * Lauréline Guérin -* Gregory Tappero -* Rémy Hubscher +* Gregory Tappero +* Rémy Hubscher * Benoît Bryon * Aleksi Häkli diff --git a/docs/about/vision.txt b/docs/about/vision.txt index 0fdd17d..e3ab494 100644 --- a/docs/about/vision.txt +++ b/docs/about/vision.txt @@ -23,4 +23,4 @@ optimizations. .. target-notes:: -.. _`Django`: https://djangoproject.com +.. _`Django`: https://www.djangoproject.com