diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml new file mode 100644 --- /dev/null +++ b/docs/.readthedocs.yaml @@ -0,0 +1,20 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version, and other tools you might need +build: + os: ubuntu-24.04 + tools: + python: "3.13" + jobs: + post_create_environment: + - pip install --upgrade "pip<24.1" "setuptools<67" + install: + - pip install --upgrade -e . -r dev_requirements.txt standard-imghdr + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py