diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..4cfda09e9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/source/conf.py + +formats: + - pdf + - epub + +python: + install: + - requirements: requirements-docs.txt