From 0b94c824f3c272a0bbc2a5879ab7f3634caa94c1 Mon Sep 17 00:00:00 2001 From: jbannon Date: Tue, 26 Apr 2022 07:36:21 +0000 Subject: [PATCH] readthedocs yaml --- .readthedocs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..073ad1a9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: + - docs