Closed
Description
#3918 and #3907 seem to have introduced some new preprocessors. These will need to be integrated with the rust build system so that the book gets built correctly. At a minimum, it will need to be integrated in rustbook/src/main.rs
, by calling with_preprocessor
when building the book. The preprocessors will need to be declared as path dependencies in rustbook/Cargo.toml
. This will also probably require some wiring to detect when these custom preprocessors are enabled in book.toml
(which should be accessible via something like book.config.get_preprocessor
).
This should probably be done before you start using these preprocessors to ensure the published documentation isn't broken.
Metadata
Metadata
Assignees
Labels
No labels