summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-03-11 09:46:22 -0800
committerDavid Lord <davidism@gmail.com>2022-03-11 10:07:50 -0800
commit70c2d7976bcd277d26c8d901e9d72db7a1796844 (patch)
tree4d48238042919823c48948eb9785d163f5b7d176 /.readthedocs.yaml
parent908726cd810190a2e4744b068a1d3f7cdab163ba (diff)
downloadjinja2-8da1e019392692031d3ae228343add532799431a.tar.gz
use current jinja for docs build2.9.x
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..6cbcad7
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,14 @@
+version: 2
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.9"
+python:
+ install:
+ - requirements: docs/requirements.txt
+ - method: pip
+ path: .
+ - requirements: docs/requirements-post.txt
+sphinx:
+ builder: dirhtml
+ fail_on_warning: false