diff options
Diffstat (limited to 'doc/manual/book.toml')
-rw-r--r-- | doc/manual/book.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/book.toml b/doc/manual/book.toml index 1d14347a4..e03bed737 100644 --- a/doc/manual/book.toml +++ b/doc/manual/book.toml @@ -15,6 +15,7 @@ command = "python3 doc/manual/docroot.py" # the link preprocessor gets its hands on this book, but nope it's actually # the opposite. after = ["links"] +before = ["anchors"] [preprocessor.anchors] renderers = ["html"] |