We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843fcd commit 19c141aCopy full SHA for 19c141a
CHANGELOG
@@ -1,3 +1,7 @@
1
+mkdocs-with-pdf 0.7.6 (2020-10-12)
2
+
3
+ * options: Allow user to set theme-path in local-conf.
4
5
mkdocs-with-pdf 0.7.5 (2020-10-03)
6
7
* Support for strict mode.
setup.py
@@ -4,7 +4,7 @@
setup(
name='mkdocs-with-pdf',
- version='0.7.5',
+ version='0.7.6',
8
description='Generate a single PDF file from MkDocs repository', # noqa E501
9
long_description=io.open('README.md', encoding='utf8').read(),
10
long_description_content_type='text/markdown',
0 commit comments