Skip to content

Commit aaa559c

Browse files
authored
Fix: Corrected wrong argument in pdoc call in build_docs.sh.
1 parent cbddabf commit aaa559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for BRANCH in $BRANCHES; do
4444
--logo https://www.disy.net/typo3conf/ext/contentelements/Resources/Public/dist/img/logo-disy.svg \
4545
--logo-link "$LOGO_LINK" \
4646
--output-dir "$BRANCH_DIR" \
47-
--doc-format numpy \
47+
--docformat numpy \
4848
--no-show-source src/cadenzaanalytics
4949

5050
# Copy image assets to target folder

0 commit comments

Comments
 (0)