We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
packaging
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
We have this line:
mkdocs-git-revision-date-localized-plugin/mkdocs_git_revision_date_localized_plugin/plugin.py
Line 79 in b0ab74f
We should not compare strings directly, but compare the versions:
from packaging.version import Version ... theme_locale = custom_theme.locale if mkdocs_version >= Version("1.6.0") else custom_theme._vars.get("locale")
The text was updated successfully, but these errors were encountered:
7ba52d6
No branches or pull requests
We have this line:
mkdocs-git-revision-date-localized-plugin/mkdocs_git_revision_date_localized_plugin/plugin.py
Line 79 in b0ab74f
We should not compare strings directly, but compare the versions:
The text was updated successfully, but these errors were encountered: