Skip to content

Commit 47b30c0

Browse files
committed
build: update readthedocs commands
The documentation build fails because the meson/ninja commands are outdated. Use the canonical way to build the sources. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 9ad93c4 commit 47b30c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ build:
1616
post_install:
1717
- pip3 install lxml
1818
pre_build:
19-
- meson .build -Ddocs=rst -Ddocs-build=true || cat .build/meson-logs/meson-log.txt
20-
- ninja -C .build
19+
- meson setup .build -Ddocs=rst -Ddocs-build=true || cat .build/meson-logs/meson-log.txt
20+
- meson compile -C .build
2121

2222
sphinx:
2323
configuration: .build/doc/conf.py

0 commit comments

Comments
 (0)