Skip to content

Commit 76765b6

Browse files
committed
ci(docs): contingently remove --fail-on-warning
PyData Theme 0.15.2 throws these two warnings, not yet fixed: WARNING: the pydata_sphinx_theme extension is not safe for parallel writing WARNING: doing serial write See pydata/pydata-sphinx-theme#1643
1 parent 9182117 commit 76765b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
python -m pip install --upgrade pip
4040
python -m pip install .[docs]
4141
- name: Build documentation
42+
# TODO: https://github.com/pydata/pydata-sphinx-theme/issues/1643
4243
run: >
4344
sphinx-build
4445
-b dirhtml ./docs ./build/docs
4546
-vv
4647
--jobs=auto
4748
--show-traceback
48-
--fail-on-warning
4949
--keep-going
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)