Skip to content

Commit

Permalink
Merge pull request #433 from martin-belanger/fix-readthedocs
Browse files Browse the repository at this point in the history
Docs: Fix read-the-docs
  • Loading branch information
martin-belanger authored Oct 14, 2024
2 parents 6eeca21 + 562b76c commit 65f525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:
- pandoc
jobs:
post_install:
- sudo pip install lxml --break-system-packages
- pip install lxml
pre_build:
- meson .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
- ninja -C .build
Expand Down

0 comments on commit 65f525b

Please sign in to comment.