diff --git a/readthedocs.yml b/.readthedocs.yaml similarity index 56% rename from readthedocs.yml rename to .readthedocs.yaml index 4079af7..22f69b0 100644 --- a/readthedocs.yml +++ b/.readthedocs.yaml @@ -1,12 +1,17 @@ version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + python: - version: 3.8 install: - method: pip path: . extra_requirements: - doc -# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py