From aa5e0626fe7323d43ed14f0482d683b20d0037aa Mon Sep 17 00:00:00 2001 From: Anders <6058745+ddabble@users.noreply.github.com> Date: Tue, 14 May 2024 20:01:36 +0200 Subject: [PATCH] test .readthedocs.yaml project install --- .readthedocs.yaml | 3 +++ requirements/docs.txt | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7e1713f6..87b8a417 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,3 +21,6 @@ sphinx: python: install: - requirements: requirements/docs.txt + # Install this project locally, so that its package metadata can be queried + - method: pip + path: . diff --git a/requirements/docs.txt b/requirements/docs.txt index 06417b80..c71ccc8d 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,2 @@ -# Install this project in editable mode, so that its package metadata can be queried --e . Sphinx==7.2.6 sphinx-rtd-theme==1.3.0