2018-10-22 18:05:00 +00:00
|
|
|
# .readthedocs.yml
|
|
|
|
|
2022-01-31 04:15:32 +00:00
|
|
|
version: 2
|
|
|
|
|
2018-10-22 18:05:00 +00:00
|
|
|
build:
|
2022-01-31 04:15:32 +00:00
|
|
|
os: ubuntu-20.04
|
|
|
|
tools:
|
|
|
|
python: "3.9"
|
2018-10-22 18:05:00 +00:00
|
|
|
|
|
|
|
python:
|
2022-01-31 04:15:32 +00:00
|
|
|
install:
|
|
|
|
- method: setuptools
|
|
|
|
path: .
|
|
|
|
- requirements: requirements_docs.txt
|