File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-with-pdf 0.8.0 (2020-11-03)
2
+
3
+ * Changed for the template processing of the cover page to be based on jinja2.
4
+ * Added a logo on the cover page.
5
+ * Added back cover page generation option.
6
+
1
7
mkdocs-with-pdf 0.7.7 (2020-10-29)
2
8
3
9
* Fixed not escaping single quotes in style.
Original file line number Diff line number Diff line change 1
- recursive-include mkdocs_with_pdf *.scss *.css *.js
1
+ recursive-include mkdocs_with_pdf *.scss *.css *.js *.j2 *.html
2
2
recursive-exclude samples *
3
3
recursive-exclude * __pycache__
4
4
recursive-exclude * *.py[co]
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'mkdocs-with-pdf' ,
7
- version = '0.7.7 ' ,
7
+ version = '0.8.0 ' ,
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' ,
You can’t perform that action at this time.
0 commit comments