From: David Lord Date: Mon, 18 May 2020 21:56:41 +0000 (-0700) Subject: add readthedocs config X-Git-Tag: 3.0.0rc1~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1213%2Fhead;p=thirdparty%2Fjinja.git add readthedocs config --- 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