Fix up #6: add missing file

In #6 I forgot to add the most importand file of the PR: .readthedocs.yaml
This commit is contained in:
René Kijewski 2024-06-18 11:30:04 +02:00
parent 3c4d9202d2
commit e72296e90d

12
.readthedocs.yaml Normal file
View File

@ -0,0 +1,12 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-lts-latest
tools:
rust: latest
commands:
- mkdir -p $HOME/bin
- curl --location --silent --show-error --fail https://github.com/cargo-bins/cargo-quickinstall/releases/download/mdbook-0.4.40/mdbook-0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xzvvf - -C $HOME/bin
- $HOME/bin/mdbook build book --dest-dir $READTHEDOCS_OUTPUT/html