Skip to content

Commit cc6a18e

Browse files
committed
Fixup build-docs.sh
1 parent 065c75f commit cc6a18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ echo "Building documentation..."
99
pip install -e . # required for python_training_project.version
1010
mkdir -p build
1111
cd docs
12-
pipenv run make html
12+
make html
1313

1414
popd 2>&1 > /dev/null

0 commit comments

Comments
 (0)