ojacques / mkdocs-git-committers-plugin-2

MkDocs plugin for displaying a list of GitHub (.com or Enterprise) contributors on each page. Encourages contributions to the documentation!
MIT License
60 stars 21 forks source link

fix: Added api_version to config #57

Closed andrew-rowson-lseg closed 7 months ago

andrew-rowson-lseg commented 7 months ago

mkdocs build in strict mode (-s) fails if you pass in parameters that aren't explicitly listed out in the plugin config. api_version needs to be present in self.config for the url builder to work, so this just adds the value in, defaulting to None.

ojacques commented 7 months ago

Thanks @andrew-rowson-lseg !