Skip to content

Commit accf0c3

Browse files
committed
ci: Do not treat sphinx warnings as error
1 parent c75bbaa commit accf0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
name: Build API documentation
145145
command: |
146146
python -m pip install --user sphinx sphinx_rtd_theme
147-
sphinx-build docs/source docs_out/ --color -W -bhtml
147+
sphinx-build docs/source docs_out/ --color -bhtml
148148
- run:
149149
name: Save docs
150150
when: on_success

0 commit comments

Comments
 (0)