From 4c19bc94e688a32c271b1fe98693ecaa0eef5b71 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Mon, 16 May 2022 18:45:04 -0400 Subject: [PATCH] Add readthedocs configuration file --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..00f9516d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt