diff --git a/.readthedocs.yml b/.readthedocs.yml index f2f655f0a..247a57577 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.10" formats: - htmlzip - epub @@ -15,4 +15,4 @@ python: sphinx: builder: html configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false