diff --git a/readthedocs.yml b/readthedocs.yml index 8d13286..2a4766e 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,3 +10,9 @@ python: - requirements: doc/requirements.txt - method: pip path: . + +sphinx: + configuration: doc/conf.py + # fail_on_warning might generate hard to fix error, in this case it can be + # disabled but this also means those errors will fail silently, choose wisely. + fail_on_warning: false