Skip to content

Commit 65f525b

Browse files
Merge pull request #433 from martin-belanger/fix-readthedocs
Docs: Fix read-the-docs
2 parents 6eeca21 + 562b76c commit 65f525b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
- pandoc
2222
jobs:
2323
post_install:
24-
- sudo pip install lxml --break-system-packages
24+
- pip install lxml
2525
pre_build:
2626
- meson .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
2727
- ninja -C .build

0 commit comments

Comments
 (0)