Skip to content

Commit 272653e

Browse files
authored
Don't fail RTD on warning (#953)
1 parent 2077be0 commit 272653e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ build:
4040
html:
4141
- |-
4242
/bin/bash --login -c "cd docs && micromamba run -n jupytergis-docs \
43-
python -m sphinx --fail-on-warning --keep-going --nitpicky --show-traceback --builder html --doctree-dir _build/doctrees --define language=en . \
43+
python -m sphinx --keep-going --nitpicky --show-traceback --builder html --doctree-dir _build/doctrees --define language=en . \
4444
$READTHEDOCS_OUTPUT/html"

0 commit comments

Comments
 (0)