Skip to content

Commit

Permalink
pin sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jan 24, 2023
1 parent eeb3e17 commit bd9eb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ popd
if [[ ${RAPIDS_BUILD_TYPE} == "branch" ]]; then
aws s3 sync --delete docs/cugraph/_html "s3://rapidsai-docs/cugraph/${VERSION_NUMBER}/html"
aws s3 sync --delete docs/cugraph/_text "s3://rapidsai-docs/cugraph/${VERSION_NUMBER}/txt"
aws s3 sync --delete cpp/doxygen "s3://rapidsai-docs/libcugraph/${VERSION_NUMBER}/html"
aws s3 sync --delete cpp/doxygen/html "s3://rapidsai-docs/libcugraph/${VERSION_NUMBER}/html"
fi
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies:
- numpydoc
- pydata-sphinx-theme
- recommonmark
- sphinx
- sphinx<6
- sphinx_rtd_theme
- ipython
- sphinxcontrib-websupport
Expand Down

0 comments on commit bd9eb12

Please sign in to comment.