Skip to content

Commit 3fcd5cb

Browse files
committed
revert nox session name in rtd config
1 parent 79e3b04 commit 3fcd5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
curl -LsSf https://astral.sh/uv/install.sh | sh
1818
build:
1919
html:
20-
- ${HOME}/.local/bin/uvx nox -s docs
20+
- ${HOME}/.local/bin/uvx nox -s docs-build
2121
post_build:
2222
- mkdir -p $READTHEDOCS_OUTPUT/html/
2323
- mv docs/site/* $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)