MDBook backend for Pants

PyPI

Warning This plugin is in development. No stability is guaranteed! Contributions welcome.

This provides a tool for building mdbook targets with pants. There is currently a single very simple rule:

md_book(
    name="my-docs",
    sources=["book.toml", "src/*"],
)
ArgumentMeaningDefault value
nameThe target nameSame as any other target, which is the directory name
sourcesFiles included when building the bookbook.toml and the src directory
decsriptionA description of the target""
tagsList of tags[]