Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:

- name: Install pre-release dependencies
if: ${{ matrix.dev }}
run: pip install --upgrade --pre sphinx jinja2
run: |
pip install docutils==0.18.1
pip install --upgrade --pre sphinx jinja2

# Build the docs
- name: Build docs to store
Expand Down