11 lines
225 B
YAML
11 lines
225 B
YAML
# .readthedocs.yml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
python:
|
|
version: 3
|
|
install:
|
|
- requirements: docs/requirements.txt
|