Browse Source

Updated to latest Sphinx version

JC Brand 3 years ago
parent
commit
c590c4f4bb
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      buildout.cfg

+ 1 - 1
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
 

+ 2 - 2
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