forked from openkylin/astroid
12 lines
202 B
YAML
12 lines
202 B
YAML
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||
|
|
||
|
version: 2
|
||
|
|
||
|
sphinx:
|
||
|
configuration: doc/conf.py
|
||
|
|
||
|
python:
|
||
|
version: 3.7
|
||
|
install:
|
||
|
- requirements: doc/requirements.txt
|