From cdf0b5bc792d1a76f46c2b1efd62d4e9f3b6683b Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 18 May 2020 14:59:31 -0700 Subject: [PATCH] add readthedocs config --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yaml 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