From 9d4e697c2ec371634cd845a6eb3d2572cd3c96b4 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Date: Sun, 19 Apr 2020 15:32:53 +0200 Subject: [PATCH] Contournement du plantage de Sphinx 3.0. (#1232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Contournement du plantage de Sphinx 3.0. En attente soit de la correction de Sphinx 3, soit du rattrapage de notre version de cpython vers le commit qui spécifie explicitement Sphinx 2.2. * Force l'appel à Sphinx en modifiant un fichier .po --- Makefile | 1 + sphinx.po | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42c9205c..5bfa05d2 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 diff --git a/sphinx.po b/sphinx.po index c50f45b1..941e7501 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"