aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-18 14:56:41 -0700
committerDavid Lord <davidism@gmail.com>2020-05-18 14:56:41 -0700
commit6a48679ece6a796f7058a3a633ee36f5e987d02f (patch)
treec19d85899686d4e35aa44119f673d44c1228a619 /.readthedocs.yaml
parent6478c22f29bb85b2bae635602148d95df5e5c7ce (diff)
downloadjinja-6a48679ece6a796f7058a3a633ee36f5e987d02f.tar.gz
add readthedocs config
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 00000000..af232107
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,8 @@
+version: 2
+python:
+ install:
+ - method: pip
+ path: .
+ - requirements: docs/requirements.txt
+sphinx:
+ builder: dirhtml