aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2019-12-28 15:25:13 +0100
committerFelix Morgner <felix.morgner@gmail.com>2019-12-28 15:25:13 +0100
commita98bff4dedeb3f6d35c34cc1aa96de5e58cdb3f6 (patch)
treec97d92923083c3ad77dc818c7500360e33aaab00 /.readthedocs.yml
parent36c73a778209b02903135663cfd348c87daf2673 (diff)
downloadnewtype-a98bff4dedeb3f6d35c34cc1aa96de5e58cdb3f6.tar.xz
newtype-a98bff4dedeb3f6d35c34cc1aa96de5e58cdb3f6.zip
doc: add "Read the Docs" configuration
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml16
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