8 lines
92 B
YAML
8 lines
92 B
YAML
# .readthedocs.yml
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.6
|
|
setup_py_install: false |