Skip to content

Commit bf5efbb

Browse files
committed
Do not treat doc warnings as errors
See openfisca/openfisca-doc#264 (comment)
1 parent 7d4933a commit bf5efbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfisca_tasks/test_doc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ test-doc-install:
7474
## Dry-build the doc.
7575
test-doc-build:
7676
@$(call print_help,$@:)
77-
@sphinx-build -M dummy doc/source doc/build -n -q -W
77+
@sphinx-build -M dummy doc/source doc/build -n -q
7878
@$(call print_pass,$@:)

0 commit comments

Comments
 (0)