We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab8ec2 commit c1d3acfCopy full SHA for c1d3acf
noxfile.py
@@ -29,7 +29,7 @@
29
BUILD_PARAMETERS = ["-b", "html"]
30
31
# Sphinx parameters used to test the build of the guide
32
-TEST_PARAMETERS = ['-W', '--keep-going', '-E', '-a']
+TEST_PARAMETERS = ['--keep-going', '-E', '-a']
33
34
# Sphinx parameters to generate translation templates
35
TRANSLATION_TEMPLATE_PARAMETERS = ["-b", "gettext"]
0 commit comments