Skip to content

Commit c6a5310

Browse files
committed
ci: remove tox from docs script
1 parent 55c1a6c commit c6a5310

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/pydoc/publish-doc.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ GIT_REPO=$(git remote get-url origin)
88

99
# Create documentation
1010
printf ">>>>> Generate new documentation\n"
11-
python3 -m tox -e docs
11+
pip install -r requirements-docs.txt
12+
sphinx-build source apidocs -bhtml
1213

1314
# Clone gh-pages branch
1415
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

Comments
 (0)