diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2019-12-28 15:25:13 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2019-12-28 15:25:13 +0100 |
| commit | a98bff4dedeb3f6d35c34cc1aa96de5e58cdb3f6 (patch) | |
| tree | c97d92923083c3ad77dc818c7500360e33aaab00 | |
| parent | 36c73a778209b02903135663cfd348c87daf2673 (diff) | |
| download | newtype-a98bff4dedeb3f6d35c34cc1aa96de5e58cdb3f6.tar.xz newtype-a98bff4dedeb3f6d35c34cc1aa96de5e58cdb3f6.zip | |
doc: add "Read the Docs" configuration
| -rw-r--r-- | .readthedocs.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..caa63ae --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +version: 2 + +build: + image: latest + +formats: + - pdf + +python: + version: 3.7 + install: + - pipfile: doc + +sphinx: + builder: singlehtml + configuration: doc/src/conf.py
\ No newline at end of file |
