Skip to content

Bump mkdocs from 1.4.0 to 1.4.1

HIFIS Bot requested to merge dependabot-pip-mkdocs-1.4.1 into master

Bumps mkdocs from 1.4.0 to 1.4.1.

Release notes

Sourced from mkdocs's releases.

1.4.1

  • Support theme-namespaced plugin loading (#2998)

    Plugins' entry points can be named as 'sometheme/someplugin'. That will have the following outcome:

    • If the current theme is 'sometheme', the plugin 'sometheme/someplugin' will always be preferred over 'someplugin'.
    • If the current theme isn't 'sometheme', the only way to use this plugin is by specifying plugins: [sometheme/someplugin].

    One can also specify plugins: ['/someplugin'] instead of plugins: ['someplugin'] to definitely avoid the theme-namespaced plugin.

  • Bugfix: mkdocs serve will work correctly with non-ASCII paths and redirects (#3001)

  • Windows: 'colorama' is now a dependency of MkDocs, to ensure colorful log output (#2987)

  • Plugin-related config options have more reliable validation and error reporting (#2997)

  • Translation sub-commands of setup.py were completely dropped. See documentation [1] [2] for their new replacements (#2990)

  • The 'mkdocs' package (wheel and source) is now produced by Hatch build system and pyproject.toml instead of setup.py (#2988)

Other small improvements; see commit log.

Commits
  • aa9eabe Release 1.4.1 (#3004)
  • 79fa445 URL-encode paths when serving a redirect (#3001)
  • 64c42a6 Fix tests for previous commit
  • 6b7d0a5 Prevent a confusing stack trace when theme config fails validation
  • 6fca6b5 Support theme-namespaced plugin loading (#2998)
  • 568e63e Merge pull request #2997 from mkdocs/plugconf
  • aaf819f Better guard an edge case in plugin config
  • b964e05 Refactor load_plugin usage
  • 9ada9bf Also tighten warnings of plugin configs
  • 6b4d20e Refactor plugin_cache usage to avoid nested exception
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports