Skip to content

Commit 0ce9347

Browse files
committed
Put the multiversion API docs into production
As in: place the output in the default location instead of having it as a separate directory next to it (was used for testing only).
1 parent e743e45 commit 0ce9347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/multiversion_pdoc_wrapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PYTHON_CMD="${PYTHON_CMD:=python3}"
2828
USE_VENV="${USE_VENV:=$HOME/.virtualenvs/pdoc}"
2929
PDOC="${USE_VENV}/bin/pdoc"
3030
PDOC_TEMPLATES="${PDOC_TEMPLATES:=$PWD/../pdoc-templates}" # templates for pdoc
31-
DOCS_BASEDIR="${DOCS_BASEDIR:=$PWD/../PUBLIC/apidocs-mv}" # output base directory
31+
DOCS_BASEDIR="${DOCS_BASEDIR:=$PWD/../PUBLIC/apidocs}" # output base directory
3232
REPO_BASEDIR="${REPO_BASEDIR:=$PWD/../build-tmp}"
3333
INCLUDE_TAGS=${INCLUDE_TAGS:=^(${REPO_NAME}-|v)[0-9]+}
3434
MAIN_BRANCH="${MAIN_BRANCH:=main}" # name of the repo's main branch

0 commit comments

Comments
 (0)