12 lines
264 B
YAML
12 lines
264 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
version: 2
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
formats:
|
|
- htmlzip
|
|
- pdf
|
|
python:
|
|
install:
|
|
- requirements: docs/source/requirements.txt
|