diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c7f4bf96c5..05ce92266e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,6 @@ version: 2 sphinx: builder: dirhtml configuration: docs/conf.py - fail_on_warning: true # Build documentation with MkDocs # mkdocs: diff --git a/tox.ini b/tox.ini index 97ea6eb087..3dacd192a9 100644 --- a/tox.ini +++ b/tox.ini @@ -86,7 +86,7 @@ commands = {tty:--color} \ -a \ -n \ - -W --keep-going \ + --keep-going \ -d "{temp_dir}{/}.doctrees" \ . \ "{envdir}{/}docs_out" @@ -127,7 +127,7 @@ commands = {[python-cli-options]isolate} \ -m sphinx \ -j auto \ - -a -n -W \ + -a -n \ --keep-going \ -b doctest --color \ -d "{temp_dir}{/}.doctrees" \ @@ -154,7 +154,7 @@ commands = {[python-cli-options]isolate} \ -m sphinx \ -j auto \ - -a -n -W \ + -a -n \ --keep-going \ -b linkcheck --color \ -d "{temp_dir}{/}.doctrees" \ @@ -181,7 +181,7 @@ commands = {[python-cli-options]isolate} \ -m sphinx \ -j auto \ - -a -n -W \ + -a -n \ --keep-going \ -b spelling --color \ -d "{temp_dir}{/}.doctrees" \