Skip to content

Commit 74a593f

Browse files
committed
Add sphinx-last-updated-by-git extenstion.
Migrate to jobs because we cannot have both command and jobs in rtd.
1 parent fe0ca87 commit 74a593f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.readthedocs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ build:
1616
jobs:
1717
post_checkout:
1818
- git fetch --unshallow || true
19-
20-
commands:
21-
- asdf plugin add uv
22-
- asdf install uv latest
23-
- asdf global uv latest
24-
- make dirhtml BUILDDIR=_readthedocs
25-
- mv _readthedocs/dirhtml _readthedocs/html
19+
build:
20+
html:
21+
- asdf plugin add uv
22+
- asdf install uv latest
23+
- asdf global uv latest
24+
- make dirhtml BUILDDIR=_readthedocs
25+
- mkdir -p $READTHEDOCS_OUTPUT
26+
- mv _readthedocs/dirhtml $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)