diff --git a/.readthedocs.yml b/.readthedocs.yml index aaf2993..c514490 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,10 @@ version: 2 sphinx: configuration: docs/conf.py formats: all -python: - version: 3.8 +build: + os: ubuntu-22.04 + tools: + python: "3.11" install: - requirements: docs/requirements.txt - path: .