Skip to content

Commit 7bc672f

Browse files
authored
unpin sphinx in CI (#1665)
1 parent a135c20 commit 7bc672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github_actions_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PYTHONUTF8=1
77
if [[ "$SPHINX_VERSION" == "" ]]; then
88
SPHINX_INSTALL=""
99
elif [[ "$SPHINX_VERSION" == "dev" ]]; then
10-
SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx@841f2bd9b70e3559daf34c0d33210b1d24b621c1"
10+
SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx"
1111
elif [[ "$SPHINX_VERSION" == "old" ]]; then
1212
SPHINX_INSTALL="sphinx==6.1.0"
1313
else # not used currently but easy enough

0 commit comments

Comments
 (0)