diff options
Diffstat (limited to 'readthedocs.yaml')
-rw-r--r-- | readthedocs.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 000000000..7023141da --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,7 @@ +build: + image: latest + +python: + version: 3.6 + +requirements_file: requirements.readthedocs.txt |