From 21fc54b0ee4165707ddc62b9ae718a9fea6832e8 Mon Sep 17 00:00:00 2001 From: Craig de Stigter Date: Thu, 21 Mar 2024 12:01:36 +1300 Subject: [PATCH] readthedocs: install the package first Fixes importlib.metadata.version() calls failing --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ca38777..f8c3848 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,4 +18,6 @@ sphinx: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: + - method: pip + path: . - requirements: requirements-dev.txt