Closed andrew-rowson-lseg closed 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.
mkdocs
-s
api_version
self.config
Thanks @andrew-rowson-lseg !
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 inself.config
for the url builder to work, so this just adds the value in, defaulting to None.