Installation¶
Users¶
mkdocs-to-pdf is available on PyPi:
Developers¶
There are two sets of extras:
docs: Extra packages to build thedocsdirectory.samples: Extra packages to build everything in thesamplesdirectory.
There is also the all extra, which installs all of these.
For example:
Requirements¶
WeasyPrint¶
mkdocs-to-pdf depends on weasyprint.
weasyprint has OS specific dependencies. Follow the guidance in the weasyprint documentation.