From fd73e1d20772612b71af433b908f355ae1e232c8 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 15 Oct 2025 07:22:40 -0700 Subject: [PATCH] Fix readthedocs builds The changes in 5648f660 broke the readthedocs build due to "missing metadata". I believe this should resolve that. --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ade4a33..569cb1f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,8 @@ build: sphinx: configuration: docs/conf.py + +python: + install: + - method: pip + path: .