From 8b2c81668493d2bceea1c9fee33814dbfa991c49 Mon Sep 17 00:00:00 2001 From: Intron7 Date: Fri, 6 Dec 2024 14:11:18 +0100 Subject: [PATCH] update command --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4df5b795..93b01185 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,7 +16,7 @@ build: - uv pip install --system .[doc] # Build documentation using uv and sphinx - - python run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html + - python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html sphinx: configuration: docs/conf.py