diff --git a/.readthedocs.yml b/.readthedocs.yml index e93fdc4..613996f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,12 @@ version: 2 sphinx: configuration: docs/conf.py python: - version: 3.8 install: - - requirements: requirements-dev.txt - method: pip path: . + extra_requirements: + - docs +build: + os: "ubuntu-22.04" + tools: + python: "3.12"