We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dba53 commit d9c0924Copy full SHA for d9c0924
.github/workflows/docbuild-and-upload.yml
@@ -53,7 +53,7 @@ jobs:
53
run: python web/pandas_web.py web/pandas --target-path=web/build
54
55
- name: Build documentation
56
- run: doc/make.py --warnings-are-errors
+ run: doc/make.py --warnings-are-errors -vvv
57
58
- name: Build documentation zip
59
run: doc/make.py zip_html
0 commit comments