From 579b3703f6703b0d1ebd7e089fb16b72837ab223 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Mon, 29 Apr 2024 14:12:25 +0200 Subject: [PATCH] update pdoc command --- .github/workflows/build_backoffice.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_backoffice.yaml b/.github/workflows/build_backoffice.yaml index 610e1340..aa834c0c 100644 --- a/.github/workflows/build_backoffice.yaml +++ b/.github/workflows/build_backoffice.yaml @@ -103,7 +103,14 @@ jobs: - run: pyright -p pyproject.toml - run: pytest - name: export documentation - run: pdoc bioimageio_collection_backoffice -o ./docs + run: | + pdoc \ + --mermaid \ + --logo https://bioimage.io/static/img/bioimage-io-logo.svg \ + --logo-link https://bioimage.io/ \ + --favicon https://bioimage.io/static/img/bioimage-io-icon-small.svg \ + --footer-text 'bioimageio_collection_backoffice' \ + -o ./docs bioimageio_collection_backoffice - run: cp README.md ./docs/ - run: cp id_parts.json ./docs/ - run: cp reviewers.json ./docs/