From d60fddebca06be1324610566955a14a3af6ff3e6 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 17 Aug 2023 12:01:06 -0400 Subject: [PATCH] Add readthe docs scaffolding (#1515) --- .readthedocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..5a1337af --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# RTD API version +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - requirements: ./docs/requirements.txt