Skip to content

Commit c1d3acf

Browse files
authored
Update noxfile.py
1 parent 7ab8ec2 commit c1d3acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
BUILD_PARAMETERS = ["-b", "html"]
3030

3131
# Sphinx parameters used to test the build of the guide
32-
TEST_PARAMETERS = ['-W', '--keep-going', '-E', '-a']
32+
TEST_PARAMETERS = ['--keep-going', '-E', '-a']
3333

3434
# Sphinx parameters to generate translation templates
3535
TRANSLATION_TEMPLATE_PARAMETERS = ["-b", "gettext"]

0 commit comments

Comments
 (0)