From 7def5285822ede701083d9ce1e49a527f962943e Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 1 Nov 2021 20:38:27 +0100 Subject: [PATCH] Add a configuration file for readthedocs.io (#907) --- .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