From 8f76c3ab57f6dde7c90e3ec36f2abc2eb8259e7c Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Thu, 14 Aug 2025 19:59:45 +0000 Subject: [PATCH] change mdbook paths --- docs/.readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 99fd778..fecc18f 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -5,7 +5,7 @@ build: rust: latest jobs: install: - - cargo install mdbook + - cargo install mdbook --root . build: html: - - mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html + - ./mdbook build docs --dest-dir $READTHEDOCS_OUTPUT/html