We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd938a7 commit 75b69ddCopy full SHA for 75b69dd
.github/workflows/test.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Docs
94
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.9
95
run: |
96
- python3 -m pip install sphinx-copybutton sphinx-issues>=3.0.1 sphinx-removed-in sphinx-rtd-theme sphinxext-opengraph
+ python3 -m pip install sphinx-copybutton sphinx-issues sphinx-removed-in sphinx-rtd-theme sphinxext-opengraph
97
make doccheck
98
99
- name: After success
0 commit comments