Skip to content

Commit 871589c

Browse files
peterbarkerHwurzburg
authored andcommitted
Sphinxsetup: add quotes around Sphinx requirement commandline item
1 parent 2894be3 commit 871589c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sphinxsetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rm -f get-pip.py
5151

5252
# Install python packages using known working versions
5353
# Install sphinx with a specific docutils version
54-
python3 -m pip install --user --upgrade sphinx==${SPHINX_VERSION} "docutils<0.19" requests>=2.31.0
54+
python3 -m pip install --user --upgrade sphinx==${SPHINX_VERSION} "docutils<0.19" "requests>=2.31.0"
5555

5656
# lxml for parameter parsing:
5757
python3 -m pip install --user --upgrade lxml

0 commit comments

Comments
 (0)