We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c1a6c commit c6a5310Copy full SHA for c6a5310
scripts/pydoc/publish-doc.sh
@@ -8,7 +8,8 @@ GIT_REPO=$(git remote get-url origin)
8
9
# Create documentation
10
printf ">>>>> Generate new documentation\n"
11
-python3 -m tox -e docs
+pip install -r requirements-docs.txt
12
+sphinx-build source apidocs -bhtml
13
14
# Clone gh-pages branch
15
printf ">>>>> Publishing pydoc for release build: repo=%s branch=%s build_num=%s job_name=%s\n" ${GIT_REPO} ${BRANCH_NAME} ${BUILD_NUMBER} ${JOB_NAME}
0 commit comments