7 Commits

Author SHA1 Message Date
René Kijewski
ab1c3d499c book: update mdbook version and highlight jinja blocks 2025-07-27 02:44:34 +02:00
Guillaume Gomez
3b52c907c3 Rename rinja into askama 2025-03-11 19:31:06 +01:00
René Kijewski
476a50d184 book: add retry to download 2024-11-24 00:07:59 +01:00
René Kijewski
b76d1000b6 book: pin to mdbook v0.4.40 for now 2024-11-14 11:12:02 +01:00
René Kijewski
7032f30e91 book: make sure that the ads are actually readable 2024-08-20 15:31:02 +02:00
René Kijewski
911b7e9270 Fixup to #8: handle relative paths 2024-06-18 14:04:23 +02:00
René Kijewski
a0f6ce530b Add versioned book on readthedocs.org
This PR adds the file `.readthedocs.yaml`, which is used by
readthedocs.org to generate the book on their servers. RTD can be used
easily host docs for every rinja version, so users can explore how to
use the current stable version, the current HEAD, and an older version.

For older versions than the current PR, the books won't be built,
because we did not provided the needed `.readthedocs.yaml`.

Also an `index.hbs` template skeleton is dynamically generated to made
mdbook and RTD work better together. (Only the left sidebar was changed,
but you have to override the whole file to make any changes.)
2024-06-17 23:45:42 +02:00