From fb23735df2f9b1b61eee48b2238189e7cb7fe5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 1 Nov 2021 20:18:17 +0100 Subject: [PATCH] Add a configuration file for readthedocs.io --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..413c1db5 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +python: + version: "3.7" + install: + - method: pip + path: . + extra_requirements: + - doc