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 81c8c4f commit 80b73f4Copy full SHA for 80b73f4
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build docs
34
run: |
35
cd docs/source
36
- python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
+ python -m sphinx -vvv -T -E -b html -d ../build/doctrees -D language=en . ../build/html
37
js:
38
name: JavaScript
39
runs-on: ubuntu-latest
0 commit comments