zhaoterryy / mkdocs-pdf-export-plugin

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

Unrecognised configuration name: plugins #15

Closed gmm05126 closed 5 years ago

gmm05126 commented 5 years ago

Dear developers,

I installed you plugin using pip3 as suggested. While serving mkdocs I am getting the following:

WARNING - Config value: 'plugins'. Warning: Unrecognised configuration name: plugins

Could you guide me to make your plugin work? Thanks, Martin

shauser commented 5 years ago

Please attach / post your full mkdocs.yml file.

gmm05126 commented 5 years ago

Here is my mkdocs.yml

site_name: title

extra_javascript:

markdown_extensions:

plugins:

shauser commented 5 years ago

Sorry for the delayed response. What version of mkdocs are you using? We are using the standard mkdocs plugin infrastructure, so this should actually work just out of the box. You might get better responses from the mkdocs support channels though.

shauser commented 5 years ago

Closing, seems to be an issue with mkdocs rather than this plugin.