diff options
| -rw-r--r-- | .readthedocs.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..582db99 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,7 @@ +version: 2 +formats: [htmlzip, pdf] +python: + version: 3.6 + install: + - method: pip + path: . |
