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