From 1f2f89384174431de2e776a9b48305625f795414 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 28 May 2023 12:59:05 -0500 Subject: [PATCH] docs: prep for readthedocs import (#2150) --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..6ed5666 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file