blob: f3e25df5f557c51a16fec7f9d2602c2ac5e3554a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|