diff --git a/.readthedocs.yml b/.readthedocs.yml index ea90a3dc..5b427a36 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,17 @@ version: 2 +build: + on: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - method: pip + path: . + - requirements: requirements/docs.txt + sphinx: configuration: docs/conf.py formats: all - -python: - version: "3.8" - install: - - requirements: requirements/docs.txt