From 3eb76a70b2371d92c44612b3c88d0c6a9e94ec5e Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 19 Jan 2023 11:36:12 -0600 Subject: [PATCH] downgr sphinx --- ci/build_docs.sh | 7 +++---- dependencies.yaml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 6d723aa8..27a3d627 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -7,12 +7,11 @@ rapids-logger "Create test conda environment" . /opt/conda/etc/profile.d/conda.sh rapids-dependency-file-generator \ - --output requirements \ + --output conda \ --file_key docs \ - --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee req.txt + --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml -rapids-mamba-retry create -y -n test -pip install -r req.txt +rapids-mamba-retry env create --force -f env.yaml -n test conda activate test rapids-print-env diff --git a/dependencies.yaml b/dependencies.yaml index a56bdb3e..50da6146 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -74,7 +74,7 @@ dependencies: - ipython - numpydoc - pydata-sphinx-theme - - sphinx + - sphinx=5.3.0 - sphinx-copybutton py_version: specific: