Skip to content

Commit 80b73f4

Browse files
committed
Build docs with full verbosity to show errors more
1 parent 81c8c4f commit 80b73f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build docs
3434
run: |
3535
cd docs/source
36-
python -m sphinx -T -E -b html -d ../build/doctrees -D language=en . ../build/html
36+
python -m sphinx -vvv -T -E -b html -d ../build/doctrees -D language=en . ../build/html
3737
js:
3838
name: JavaScript
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)