From e872e699bbe05b04099252fe1addbbaad25a4d4f Mon Sep 17 00:00:00 2001 From: fynnbe Date: Tue, 5 Nov 2024 10:40:15 +0100 Subject: [PATCH] inform pdoc about google doc string style --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 385bf992..5e8d2784 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -172,6 +172,7 @@ jobs: - name: Generate developer docs run: | pdoc \ + --docformat google \ --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 \