From b68b0c8d58be85b182bd33f7b5e742f6f86b91ee Mon Sep 17 00:00:00 2001 From: Sergi Pons Freixes Date: Sat, 26 Aug 2023 20:12:48 -0700 Subject: [PATCH] Fix readthedocs config --- .readthedocs.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ed7d46c..d30226c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,9 +10,12 @@ build: os: ubuntu-22.04 tools: python: "3.11" - install: - - method: pip - path: . + +# Install the package using pip +python: + install: + - method: pip + path: . # Build documentation in the docs/ directory with Sphinx sphinx: