diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 67% rename from .readthedocs.yml rename to .readthedocs.yaml index 130ec99..d208f04 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -1,5 +1,13 @@ version: 2 -formats: [] + +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + python: version: 3 install: @@ -9,3 +17,5 @@ python: path: . extra_requirements: - docs + +formats: []