We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a135c20 commit 7bc672fCopy full SHA for 7bc672f
tools/github_actions_install.sh
@@ -7,7 +7,7 @@ export PYTHONUTF8=1
7
if [[ "$SPHINX_VERSION" == "" ]]; then
8
SPHINX_INSTALL=""
9
elif [[ "$SPHINX_VERSION" == "dev" ]]; then
10
- SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx@841f2bd9b70e3559daf34c0d33210b1d24b621c1"
+ SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx"
11
elif [[ "$SPHINX_VERSION" == "old" ]]; then
12
SPHINX_INSTALL="sphinx==6.1.0"
13
else # not used currently but easy enough
0 commit comments