Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Added api_version to config #57

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

andrew-rowson-lseg
Copy link
Contributor

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 build in strict mode 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
Copy link
Owner

ojacques commented Apr 5, 2024

Thanks @andrew-rowson-lseg !

@ojacques ojacques merged commit 07bc150 into ojacques:master Apr 5, 2024
@andrew-rowson-lseg andrew-rowson-lseg deleted the patch-1 branch April 10, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants