Skip to content

Commit 33ab270

Browse files
TEMP: allow doc build to warn
1 parent 43ed1a9 commit 33ab270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docbuild-and-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: python web/pandas_web.py web/pandas --target-path=web/build
5151

5252
- name: Build documentation
53-
run: doc/make.py --warnings-are-errors
53+
run: doc/make.py
5454

5555
- name: Build documentation zip
5656
run: doc/make.py zip_html

0 commit comments

Comments
 (0)