Skip to content

Commit 6975aa3

Browse files
authored
Install Sphinx theme at the same time as antsibull-docs so hopefully a not totally outdated version of the theme is preferred over Sphinx 6. (#66)
1 parent 229724b commit 6975aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/ansible-docs-build-init/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ runs:
125125
run: |
126126
echo "::group::Installing antsibull-docs"
127127
if [[ "${{ inputs.antsibull-docs-version }}" != "" ]] ; then
128-
pip install https://github.com/${{ inputs.antsibull-docs-repository }}/archive/${{ inputs.antsibull-docs-version }}.tar.gz
128+
pip install https://github.com/${{ inputs.antsibull-docs-repository }}/archive/${{ inputs.antsibull-docs-version }}.tar.gz sphinx_ansible_theme
129129
else
130-
pip install antsibull-docs
130+
pip install antsibull-docs sphinx_ansible_theme
131131
fi
132132
antsibull-docs --version
133133
echo "::endgroup::"

0 commit comments

Comments
 (0)