diff --git a/readthedocs.yml b/readthedocs.yml index 6b8fa4d..4ee06bb 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,9 +1,15 @@ # .readthedocs.yml +version: 2 + build: - image: latest + os: "ubuntu-lts-latest" + tools: + python: "3.11" python: - version: 3.11 + install: + - requirements: requirements.txt -requirements_file: requirements.txt +sphinx: + configuration: docs/conf.py