diff --git a/.readthedocs.yml b/.readthedocs.yml index 07393e9..0346252 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,7 @@ -version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" sphinx: builder: html @@ -6,6 +9,7 @@ sphinx: fail_on_warning: true python: - version: 3.7 install: - requirements: docs/requirements.txt + +version: 2