# 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