summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-03-11 14:22:45 -0800
committerDavid Lord <davidism@gmail.com>2022-03-11 14:23:40 -0800
commit7c3b7ca95cb17589dd64fddc957035336180b90d (patch)
tree83227130ee10f03ebbad78113ef5c7f4f6e3e3a4 /.readthedocs.yaml
parent6cc49a789afb025b750fafb13727092c9324e5ff (diff)
parent70c2d7976bcd277d26c8d901e9d72db7a1796844 (diff)
downloadjinja2-2.10.x.tar.gz
Merge branch '2.9.x' into 2.10.x2.10.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