diff --git a/.readthedocs.yml b/.readthedocs.yml index af8749fc5..decc69828 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: html configuration: docs/conf.py fail_on_warning: true python: - version: 3.8 install: # - requirements: docs/requirements.txt - method: pip