comwes / mkpdfs-mkdocs-plugin

Converts your mkdocs documentation in PDF, to be shared with users
https://comwes.github.io/mkpdfs-mkdocs-plugin
GNU General Public License v3.0
103 stars 36 forks source link

How to change CC-BY-SA copyright to different copyright on generated PDF doc #62

Closed NovoLearn closed 11 months ago

NovoLearn commented 11 months ago

Hi, I am trying to figure out how to update the copyright for my generated PDF from the default CC-BY-SA but I cannot seem to find a configuration option for that. Is there a way to do this?

NovoLearn commented 11 months ago

The solution dawned on me as soon as I was AFK :)

Declaring the copyright value in the mkdocs YAML configuration resolves this.

I can see in the mkpdfs-mkdocs-plugin code that there is a check for config["copyright"] and if it does not exist, the application sets copyright to 'CC-BY-SA'.

Closing this issue :)