We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd3cb5 commit f420c13Copy full SHA for f420c13
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"
+ SPHINX_INSTALL="git+https://github.com/sphinx-doc/sphinx@841f2bd9b70e3559daf34c0d33210b1d24b621c1"
11
elif [[ "$SPHINX_VERSION" == "old" ]]; then
12
SPHINX_INSTALL="sphinx==6.1.0"
13
else # not used currently but easy enough
0 commit comments