From c7c40ef95f9cf371be17dad8bf0450e565363344 Mon Sep 17 00:00:00 2001 From: Constantine Evans Date: Wed, 3 Jan 2024 14:37:27 -0800 Subject: [PATCH] fix readthedocs --- .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 0000000..6ece35b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 +sphinx: + configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" +python: + install: + - method: pip + path: . + # extra_requirements: + # - docs