Skip to content

Commit

Permalink
Prepare version 1.0.1 release. This fixes #1
Browse files Browse the repository at this point in the history
- Documentation has been updated
- The version has been updated in the setup
  • Loading branch information
comwes committed Jun 21, 2019
1 parent 67f992f commit 637038f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ What makes this plugin particular, is that:
1. The ability to override the default design to make it fit your needs
1. No layout issues
1. No conflict with the theme design
1. Table of content integrated in the PDF
1. Table of contents integrated in the PDF

## Requirements

Expand All @@ -29,6 +29,10 @@ What makes this plugin particular, is that:
- [MacOS][weasyprint-macos]
- [Windows][weasyprint-windows]

## Limitation

The PDF version of the documentation will not be created if the used generated page content's is not enclosed in an `<article>` tag or in a `<div>` tag with property `role="main"`.

## Installation

Install the package with `pip`:
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ pip show mkpdfs-mkdocs
```

## Changelog
### 1.0.1 <small>- June 28, 2019</small>

* 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)

### 1.0.0 <small>- April 15, 2019</small>

* Initial release
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: MkPDFs for MkDocs
site_author: Comwes
site_url: https://comwes.github.io/mkpdfs-mkdocs-plugin/
extra_css:
- 'stylesheets/extra.css'
theme:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='mkpdfs-mkdocs',
version='1.0.0',
version='1.0.1',
url='https://mkpdfs.comwes.eu',
license='GPLv3',
author='Comwes',
Expand Down

0 comments on commit 637038f

Please sign in to comment.