aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-18 14:58:52 -0700
committerGitHub <noreply@github.com>2020-05-18 14:58:52 -0700
commit4e7befbf646db22d61d9436378079f1468a02ebe (patch)
treec19d85899686d4e35aa44119f673d44c1228a619
parent6478c22f29bb85b2bae635602148d95df5e5c7ce (diff)
parent6a48679ece6a796f7058a3a633ee36f5e987d02f (diff)
downloadjinja-4e7befbf646db22d61d9436378079f1468a02ebe.tar.gz
Merge pull request #1213 from pallets/rtd-config
add readthedocs config
-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