We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e743e45 commit 0ce9347Copy full SHA for 0ce9347
scripts/multiversion_pdoc_wrapper
@@ -28,7 +28,7 @@ PYTHON_CMD="${PYTHON_CMD:=python3}"
28
USE_VENV="${USE_VENV:=$HOME/.virtualenvs/pdoc}"
29
PDOC="${USE_VENV}/bin/pdoc"
30
PDOC_TEMPLATES="${PDOC_TEMPLATES:=$PWD/../pdoc-templates}" # templates for pdoc
31
-DOCS_BASEDIR="${DOCS_BASEDIR:=$PWD/../PUBLIC/apidocs-mv}" # output base directory
+DOCS_BASEDIR="${DOCS_BASEDIR:=$PWD/../PUBLIC/apidocs}" # output base directory
32
REPO_BASEDIR="${REPO_BASEDIR:=$PWD/../build-tmp}"
33
INCLUDE_TAGS=${INCLUDE_TAGS:=^(${REPO_NAME}-|v)[0-9]+}
34
MAIN_BRANCH="${MAIN_BRANCH:=main}" # name of the repo's main branch
0 commit comments