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 25405f2 commit 9df8b32Copy full SHA for 9df8b32
.github/workflows/docbuild-and-upload.yml
@@ -57,11 +57,7 @@ jobs:
57
run: python web/pandas_web.py web/pandas --target-path=web/build
58
59
- name: Build documentation
60
- run: doc/make.py --warnings-are-errors --num-jobs=1
61
-
62
- - name: Show error log
63
- if: always()
64
- run: cat /tmp/sphinx-err-svc_vpms.log
+ run: doc/make.py --warnings-are-errors
65
66
- name: Build the interactive terminal
67
working-directory: web/interactive_terminal
0 commit comments