From 4fad6546fdff591dcac673a182dfca3af7ff967c Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Thu, 28 Sep 2023 23:21:11 -0700 Subject: [PATCH] docs yaml --- .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..5b13f32 --- /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" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt