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.
2 parents 37d28ce + 949e4af commit 172fd6cCopy full SHA for 172fd6c
.github/workflows/test.yml
@@ -91,7 +91,7 @@ jobs:
91
path: Tests/errors
92
93
- name: Docs
94
- if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.9
+ if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.10
95
run: |
96
python3 -m pip install sphinx-copybutton sphinx-issues sphinx-removed-in sphinx-rtd-theme sphinxext-opengraph
97
make doccheck
0 commit comments