diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..ea4f37e2 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,21 @@ +# .readthedocs.yml +# Read the Docs configuration file + +# Details +# - https://docs.readthedocs.com/platform/stable/config-file/v2.html + +# Required +version: 2 + +build: + os: "ubuntu-24.04" + tools: + python: "3.14" + +# Build documentation in the docs/source/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements-docs.txt