diff options
Diffstat (limited to '.readthedocs.yml')
| -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 |
