Skip to content

Commit

Permalink
Temporarily always use a Sphinx theme with correct HTML (I hope).
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 26, 2022
1 parent fab03eb commit 4b29433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
matrix:
options:
- '--use-current --sphinx-theme sphinx_rtd_theme'
- '--use-current --use-html-blobs --no-breadcrumbs community.crypto community.docker'
- '--use-current --use-html-blobs --no-breadcrumbs community.crypto community.docker --sphinx-theme sphinx_rtd_theme'
# The following should be run without `--use-current` and with `--collection-version 2.0.0`,
# but that isn't implemented yet:
- '--use-current --no-indexes --squash-hierarchy community.crypto'
- '--use-current --no-indexes --squash-hierarchy community.crypto --sphinx-theme sphinx_rtd_theme'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4b29433

Please sign in to comment.