Skip to content

Commit

Permalink
Update docs CI
Browse files Browse the repository at this point in the history
Test in CI that the docs can be built with the oldest supported
python version
  • Loading branch information
simonbowly committed Jun 14, 2024
1 parent 2103cda commit 1c7f19c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# The docs should build without warnings from sphinx
# The docs should build without warnings from sphinx.
# It should be possible to build the docs with python3.8 so contributors
# can work with the oldest supported python version.

name: Docs build

Expand All @@ -14,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.11"]
python: ["3.8", "3.11"]

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

0 comments on commit 1c7f19c

Please sign in to comment.