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 0e03585 commit 14de5d9Copy full SHA for 14de5d9
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Verify docs
34
run: |
35
export PIP_BREAK_SYSTEM_PACKAGES=1
36
- pip install -U sphinx sphinx_rtd_theme sphinxcontrib-htmlhelp sphinxcontrib-serializinghtml
+ pip3 install sphinx sphinx_rtd_theme sphinxcontrib-htmlhelp sphinxcontrib-serializinghtml
37
cd docs && python3 -m pip install -r requirements.txt && cd -
38
make clean-docs docs
39
git diff --exit-code
0 commit comments