]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add readthedocs config 1213/head
authorDavid Lord <davidism@gmail.com>
Mon, 18 May 2020 21:56:41 +0000 (14:56 -0700)
committerDavid Lord <davidism@gmail.com>
Mon, 18 May 2020 21:56:41 +0000 (14:56 -0700)
.readthedocs.yaml [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..af23210
--- /dev/null
@@ -0,0 +1,8 @@
+version: 2
+python:
+  install:
+    - method: pip
+      path: .
+    - requirements: docs/requirements.txt
+sphinx:
+  builder: dirhtml