11 lines
231 B
YAML
11 lines
231 B
YAML
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
formats: all
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|