From 102045c98c116472de28b7b69dcf3a14959c312a Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Fri, 10 Nov 2023 13:49:42 +0100 Subject: [PATCH] Fix .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 433b431..bba1d61 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,7 +14,7 @@ build: pre_build: - pip install . # Generate the Sphinx configuration for this Jupyter Book, so it builds. - - "jupyter-book config sphinx notebooks/" + - "jupyter-book config sphinx docs/" post_install: - poetry install --with dev # Build documentation in the docs/ directory with Sphinx