Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
downgr sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jan 19, 2023
1 parent dda35e6 commit cd85571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
- python>=3.8,<3.11
- pytorch <=1.12.1
- scipy >=1.6.0
- sphinx
- sphinx-copybutton
- sphinx=5.3.0
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies:
- ipython
- numpydoc
- pydata-sphinx-theme
- sphinx
- sphinx=5.3.0
- sphinx-copybutton
py_version:
specific:
Expand Down

0 comments on commit cd85571

Please sign in to comment.