Skip to content

Commit

Permalink
in CIs, pin sphinx dev temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jan 18, 2024
1 parent cfd3cb5 commit f420c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github_actions_install.sh
Expand Up @@ -7,7 +7,7 @@ export PYTHONUTF8=1
if [[ "$SPHINX_VERSION" == "" ]]; then
SPHINX_INSTALL=""
elif [[ "$SPHINX_VERSION" == "dev" ]]; then
SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx"
SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx@841f2bd9b70e3559daf34c0d33210b1d24b621c1"
elif [[ "$SPHINX_VERSION" == "old" ]]; then
SPHINX_INSTALL="sphinx==6.1.0"
else # not used currently but easy enough
Expand Down

0 comments on commit f420c13

Please sign in to comment.