diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..47b65ec --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + +formats: + - pdf + - epub + +python: + install: + - requirements: requirements/develop.txt diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 5830128..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,2 +0,0 @@ -python: - version: "3.11"