From 7dfd11da4b306b1179ca1c3bc4e99af74cc6f2fe Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 5 Oct 2021 10:52:34 -0400 Subject: [PATCH] re-freeze Sphinx and other pip installed packages for doc build The change relative to the stable release fixes a bug with python 3.10 support --- doc/utils/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/utils/requirements.txt b/doc/utils/requirements.txt index 9b8e106875..900ca8a162 100644 --- a/doc/utils/requirements.txt +++ b/doc/utils/requirements.txt @@ -1,7 +1,7 @@ -Sphinx -sphinxcontrib-spelling +Sphinx==4.2.0 +sphinxcontrib-spelling==7.2.1 git+git://github.com/akohlmey/sphinx-fortran@parallel-read -sphinx_tabs -breathe -Pygments -six +sphinx_tabs==3.2.0 +breathe==4.31.0 +Pygments==2.10.0 +six==1.16.0