Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit cd9d10e

Browse files
committed
Use explicit pip3.6
1 parent eca7bc8 commit cd9d10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ else
55
DOCS_DIR=$RAFIKI_VERSION
66
fi
77

8-
pip install sphinx sphinx_rtd_theme
8+
pip3.6 install sphinx sphinx_rtd_theme
99
sphinx-build -b html . docs/$DOCS_DIR/

0 commit comments

Comments
 (0)