From 59cc0627afc00c36b2c33c91b98990685d142b74 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 8 Oct 2023 14:04:24 +0200 Subject: [PATCH] Restrict collections for docs build. --- .github/workflows/antsibull-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/antsibull-docs.yml b/.github/workflows/antsibull-docs.yml index 115dca9..684a62d 100644 --- a/.github/workflows/antsibull-docs.yml +++ b/.github/workflows/antsibull-docs.yml @@ -59,7 +59,7 @@ jobs: - name: Use antsibull-docs sphinx-init run: | - poetry run antsibull-docs sphinx-init --lenient --dest-dir . --use-current --sphinx-theme sphinx_rtd_theme + poetry run antsibull-docs sphinx-init --lenient --dest-dir . --use-current --sphinx-theme sphinx_rtd_theme ansible.builtin community.crypto community.docker sensu.sensu_go working-directory: antsibull-docs - name: Patch build.sh to use poetry run