diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-03-31 07:46:24 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-03-31 07:46:58 +0300 |
| commit | bb33181c3b3558f3bdf8dc4a526a64e2f73bcd96 (patch) | |
| tree | 263ca6fc899b86e9a091bcae1424cfd9e283248b | |
| parent | ed3ec04a085593dd0d07820f9bce836d2c46d01e (diff) | |
| download | wheel-git-bb33181c3b3558f3bdf8dc4a526a64e2f73bcd96.tar.gz | |
Added ReadTheDocs configuration
| -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: . |
