From c590c4f4bbeab02079e24c1b1732e518feefe166 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sat, 2 Apr 2022 20:32:34 +0200 Subject: [PATCH] Updated to latest Sphinx version --- Makefile | 2 +- buildout.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d15089bfc..43bd1daba 100644 --- a/Makefile +++ b/Makefile @@ -227,7 +227,7 @@ test: .installed.cfg: requirements.txt buildout.cfg ./bin/pip install -r requirements.txt - ./bin/pip install --upgrade pip==22.0.3 + ./bin/pip install --upgrade pip==21.3.1 ./bin/pip install --upgrade setuptools==51.3.3 ./bin/buildout -v diff --git a/buildout.cfg b/buildout.cfg index 93261a8b4..06b208afe 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -11,5 +11,5 @@ eggs = sphinx-bootstrap-theme [versions] -Sphinx = 2.1.2 -docutils = 0.15.2 +Sphinx = 4.5.0 +docutils = 0.17.1