From 6a48679ece6a796f7058a3a633ee36f5e987d02f Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 18 May 2020 14:56:41 -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 -- 2.47.2