Newer
Older
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
sphinx:
configuration: docs/source/conf.py
formats: all
python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .