zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
313 stars 44 forks source link

pdf is truncated to first page when using readthedocs theme #66

Open IvoryC opened 4 years ago

IvoryC commented 4 years ago

Configuration.pdf

Each pdf was truncated to the first page. When I combine them into one pdf, I get a multi-page pdf that includes the first page of each individual pdf. The html pages are rendered with all the content of the markdown. The pdf renders beautifully... it just stops at the end of page 1.

IvoryC commented 4 years ago

I was able to get multiple pdf pages to render when I removed this from my mkdocs.yml file: theme: readthedocs

bvkeersop commented 4 years ago

this plugin only support the material theme. see here.

You will have to add support for other themes yourself, see here