# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # # See Also: # https://readthedocs.org/dashboard/geowatch/advanced/ # Required version: 2 build: os: "ubuntu-22.04" tools: python: "3.11" sphinx: configuration: docs/source/conf.py formats: all python: install: - requirements: requirements/gdal.txt - requirements: requirements/headless.txt - requirements: requirements/docs.txt - method: pip path: .