File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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
+
1
5
mkdocs-with-pdf 0.8.0 (2020-11-03)
2
6
3
7
* Changed for the template processing of the cover page to be based on jinja2.
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'mkdocs-with-pdf' ,
7
- version = '0.8.0 ' ,
7
+ version = '0.8.1 ' ,
8
8
description = 'Generate a single PDF file from MkDocs repository' , # noqa E501
9
9
long_description = io .open ('README.md' , encoding = 'utf8' ).read (),
10
10
long_description_content_type = 'text/markdown' ,
30
30
'Programming Language :: Python :: 3.5' ,
31
31
'Programming Language :: Python :: 3.6' ,
32
32
'Programming Language :: Python :: 3.7' ,
33
- 'Programming Language :: Python :: 3.8'
33
+ 'Programming Language :: Python :: 3.8' ,
34
+ 'Programming Language :: Python :: 3.9'
34
35
],
35
36
packages = find_packages (),
36
37
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments