Release notes
Upgrading
To upgrade MkPDFs to the latest version, use pip
:
pip install --upgrade mkpdfs-mkdocs
To check the installed version, use the following command:
pip show mkpdfs-mkdocs
Changelog
1.0.1 - June 28, 2019
- The plugin was breaking the documentation generation (#1).
Now if the theme is not compatible, the PDF version of the documentation won't be created and a warning will be displayed without breaking the documentation generation. - Enhance the view by adding a section page in the documentation (#2)
- Added the ability to remove the inclusion of some Markdown files in the generated pdf (#3)
1.0.0 - April 15, 2019
- Initial release