Skip to content

Commit 324ba63

Browse files
committed
fix: correct Sphinx build command in Read the Docs configuration
1 parent c180361 commit 324ba63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ build:
1212
- pip install uv
1313
- uv sync --extra docs
1414
build:
15-
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
15+
html:
16+
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
1617

1718
sphinx:
1819
configuration: docs/conf.py

0 commit comments

Comments
 (0)