From 4ede060591d2185d48f11f16b477a7f9063aa16a Mon Sep 17 00:00:00 2001 From: whitetuft Date: Tue, 23 Jan 2024 09:25:25 +0100 Subject: [PATCH] doc: use sphinx 5.3.0 for compatibility --- docs/build-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-docs.sh b/docs/build-docs.sh index 57f71bfc..791e34c6 100755 --- a/docs/build-docs.sh +++ b/docs/build-docs.sh @@ -7,7 +7,7 @@ set -x sudo apt-get update sudo apt-get -y install git rsync python3-git python3-pip python3-virtualenv python3-setuptools pandoc zlib1g-dev # python3-sphinx python3 -m pip install --upgrade pygments #rinohtype[PDF] #sphinxcontrib-bibtex -pip3 install sphinx pydata-sphinx-theme==0.13.3 sphinx-toggleprompt nbconvert==5.6.1 nbsphinx sphinx-gallery sphinx-copybutton ipython_genutils sphinx-toggleprompt sphinx-panels pandas scipy scikit-learn netcdf4 matplotlib jupyter_client ipykernel +pip3 install sphinx==5.3.0 pydata-sphinx-theme==0.13.3 sphinx-toggleprompt nbconvert==5.6.1 nbsphinx sphinx-gallery sphinx-copybutton ipython_genutils sphinx-toggleprompt sphinx-panels pandas scipy scikit-learn netcdf4 matplotlib jupyter_client ipykernel ##################### # DECLARE VARIABLES #