We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d086cba commit 67211feCopy full SHA for 67211fe
.github/workflows/test.yml
@@ -116,7 +116,7 @@ jobs:
116
poetry run mypy .
117
118
- name: Build docs
119
- if: ${{ !contains(matrix.python-version, 'pypy') && !contains(matrix.python-version, '3.14') }}
+ if: ${{ !contains(matrix.python-version, 'pypy') }}
120
run: |
121
poetry install --with docs
122
poetry run python -m sphinx -W -a -E -b html -n docs docs/_build
0 commit comments