diff --git a/.readthedocs.yml b/.readthedocs.yml index 07393e9..a9437a2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,15 @@ 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.7 install: - requirements: docs/requirements.txt