From b67a6cdceda84bb829fd981b5e9cdde2ddd3b427 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 21 Oct 2024 10:14:58 +0200 Subject: [PATCH] chore(docs): incorrect path in .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 03b461ddd486..132b5f1df010 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,7 +15,7 @@ build: - asdf global uv latest - uv venv - cd docs && UV_INDEX_STRATEGY=unsafe-first-match uv pip install -r requirements.lock - - cd docs/ && ls -la && NO_COLOR=1 ../.venv/bin/mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html --config-file docs/mkdocs.yml + - cd docs/ && ls -la && NO_COLOR=1 ../.venv/bin/mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml