From 96c0569e7f4f8cb2c74bd724ee7b02b123058190 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Fri, 15 Dec 2023 16:43:52 -0500 Subject: [PATCH] Add required .readthedocs.yaml --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..fdf99623 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" +mkdocs: + configuration: mkdocs.yml +python: + install: + - requirements: docs/requirements.txt