File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ mkdocs-with-pdf 0.8.1 (2020-11-30)
2+
3+ * Removed compressed css output_style to avoid problems with umlauts.
4+
15mkdocs-with-pdf 0.8.0 (2020-11-03)
26
37 * Changed for the template processing of the cover page to be based on jinja2.
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'mkdocs-with-pdf' ,
7- version = '0.8.0 ' ,
7+ version = '0.8.1 ' ,
88 description = 'Generate a single PDF file from MkDocs repository' , # noqa E501
99 long_description = io .open ('README.md' , encoding = 'utf8' ).read (),
1010 long_description_content_type = 'text/markdown' ,
3030 'Programming Language :: Python :: 3.5' ,
3131 'Programming Language :: Python :: 3.6' ,
3232 'Programming Language :: Python :: 3.7' ,
33- 'Programming Language :: Python :: 3.8'
33+ 'Programming Language :: Python :: 3.8' ,
34+ 'Programming Language :: Python :: 3.9'
3435 ],
3536 packages = find_packages (),
3637 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments