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 68ad054 commit 6f22fa0Copy full SHA for 6f22fa0
.github/workflows/generate-docs.yml
@@ -49,7 +49,7 @@ jobs:
49
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
50
shell: bash -l {0}
51
run: |
52
- pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
+ pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
53
- name: Checkout repo
54
uses: actions/checkout@v3
55
with:
0 commit comments