Merge pull request #410 from Kijewski/pr-fix-rtd

Update to more current rust version on readthedocs
This commit is contained in:
Guillaume Gomez 2025-04-20 11:45:48 +02:00 committed by GitHub
commit 7cb3ac0879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,14 @@ build:
os: ubuntu-lts-latest os: ubuntu-lts-latest
tools: tools:
python: "3.12" python: "3.12"
rust: "latest"
commands: commands:
# Install a current version of rust
- asdf install rust 1.86.0
- asdf global rust 1.86.0
# proc-macro2 v1.0.95 expects at least nightly-2025-04-16.
- cargo update --package proc-macro2 --precise 1.0.94
# Generate "book/theme/index.hbs" as "skeleton" of the generated pages. # Generate "book/theme/index.hbs" as "skeleton" of the generated pages.
- book/update-theme.py - book/update-theme.py
# Install mdbook. # Install mdbook.