From ab0cfb96ae79d0bccc9d549cf9c090d2355bc60d Mon Sep 17 00:00:00 2001 From: Penny How Date: Tue, 3 Oct 2023 15:33:22 -0200 Subject: [PATCH] sphinx requirements versions updated --- docs/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3f0cc334..2c4b7393 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,9 +3,11 @@ eccodes numpy>=1.23.0 pandas>=1.5.0 pyDataverse +readthedocs-sphinx-search==0.1.1 scikit-learn>=1.1.0 scipy>=1.9.0 -sphinx_rtd_theme +sphinx==5.3.0 +sphinx_rtd_theme==1.1.1 toml urllib3<2 xarray>=2022.6.0