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 065c75f commit cc6a18eCopy full SHA for cc6a18e
tools/build-docs.sh
@@ -9,6 +9,6 @@ echo "Building documentation..."
9
pip install -e . # required for python_training_project.version
10
mkdir -p build
11
cd docs
12
-pipenv run make html
+make html
13
14
popd 2>&1 > /dev/null
0 commit comments