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 2894be3 commit 871589cCopy full SHA for 871589c
Sphinxsetup.sh
@@ -51,7 +51,7 @@ rm -f get-pip.py
51
52
# Install python packages using known working versions
53
# Install sphinx with a specific docutils version
54
-python3 -m pip install --user --upgrade sphinx==${SPHINX_VERSION} "docutils<0.19" requests>=2.31.0
+python3 -m pip install --user --upgrade sphinx==${SPHINX_VERSION} "docutils<0.19" "requests>=2.31.0"
55
56
# lxml for parameter parsing:
57
python3 -m pip install --user --upgrade lxml
0 commit comments