From 8bd3b5d84b319be458ca8adad7d37d693204e2d4 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil Date: Sun, 19 Apr 2020 12:41:57 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Contournement=20du=20plantage=20de=20Sphinx?= =?UTF-8?q?=203.0.=20En=20attente=20soit=20de=20la=20correction=20de=20Sph?= =?UTF-8?q?inx=203,=20soit=20du=20rattrapage=20de=20notre=20version=20de?= =?UTF-8?q?=20cpython=20vers=20le=20commit=20qui=20sp=C3=A9cifie=20explici?= =?UTF-8?q?tement=20Sphinx=202.2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 42c9205cb..5bfa05d22 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ setup: venv fi; \ git -C $(CPYTHON_PATH) worktree add $(WORKTREE)/ $(CPYTHON_CURRENT_COMMIT); \ $(MAKE) -C $(WORKTREE)/Doc/ VENVDIR=$(WORKTREE)/Doc/venv/ PYTHON=$(PYTHON) venv; \ + $(WORKTREE)/Doc/venv/bin/python -m pip install Sphinx==2.2; \ fi From 854ca57cb82ca88e660a7e8c9bd6beeb3cdf95f7 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil Date: Sun, 19 Apr 2020 14:03:48 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Force=20l'appel=20=C3=A0=20Sphinx=20en=20mo?= =?UTF-8?q?difiant=20un=20fichier=20.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sphinx.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx.po b/sphinx.po index c50f45b19..941e75013 100644 --- a/sphinx.po +++ b/sphinx.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-02-04 10:00+0100\n" -"PO-Revision-Date: 2019-10-19 22:53+0200\n" +"PO-Revision-Date: 2020-04-19 12:53+0200\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n"