- Handle ``FileNotFoundError`` when the ``base_python`` interpreter doesn't exist (:issue:`3105`)
Improved Documentation - 4.11.3
Explain how plugins are registered and discovered - by :user:hashar. (:issue:3116)
v4.11.2 (2023-09-07)
Bugfixes - 4.11.2
- Fix bug in ``config.rst`` by removing stray colons left over from (:issue:`3111`) - by :user:`posita`. (:issue:`3118`)
- Provide example to make CLI help more helpful for ``-x`/``--override`` - by :user:`posita`. (:issue:`3119`)
Improved Documentation - 4.11.2
Fix typos discovered by codespell - by :user:cclauss. (:issue:3113)
Fix mkdocs serve sometimes locking up all browser tabs when navigating quickly (#3390)
Add many new supported languages for "search" plugin - update lunr-languages to 1.12.0 (#3334)
Bugfix (regression in 1.5.0): In "readthedocs" theme the styling of "breadcrumb navigation" was broken for nested pages (#3383)
Built-in themes now also support Chinese (Traditional, Taiwan) language (#3370)
Plugins can now set File.page to their own subclass of Page. There is also now a warning if File.page is set to anything other than a strict subclass of Page. (#3367, #3381)
Note that just instantiating a Pagesets the file automatically, so care needs to be taken not to create an unneeded Page.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the primary-dev-dependencies group with 5 updates:
7.4.1
7.4.2
4.11.1
4.11.3
1.5.2
1.5.3
0.6.0
0.6.1
9.2.8
9.4.2
Updates
pytest
from 7.4.1 to 7.4.2Release notes
Sourced from pytest's releases.
Commits
45f34df
Prepare release version 7.4.2e4f022f
Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x63b0c6f
Use _pytest.pathlib.safe_exists in get_dirs_from_args884b911
Fix crash when passing a very long cmdline argument (#11404)6e49a74
[7.4.x] Fix doctest collection offunctools.cached_property
objects. (#11403)79c2012
[7.4.x] doc: Remove done training (#11400)de69883
[7.4.x] improve plugin list disclaimer (#11398)1de00e9
[7.4.x] Fix import_path for packages (#11395)7f5d9b9
Fix user_properties not saved to XML if fixture errors during teardown (#11382)82eb86f
Merge pull request #11377 from pytest-dev/release-7.4.1Updates
tox
from 4.11.1 to 4.11.3Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
0799354
release 4.11.321c0c90
Fix error caused by a badbase_python
path (#3122)381e37a
docs(plugin): explain plugin registration (#3116)1371e98
release 4.11.2335a63a
Update and rename 3113.docs.rst to 3113.doc.rst633d56f
Update 3119.bugfix.rst4e55bbc
Update and rename 3113.misc.rst to 3113.docs.rst53bbb37
Remove stray colons inconfig.rst
left over from #3111 (#3120)1b9c225
Providing example to make CLI help more helpful for -x,--override (#3119)9d07c06
Bump actions/checkout from 3 to 4 (#3114)Updates
mkdocs
from 1.5.2 to 1.5.3Release notes
Sourced from mkdocs's releases.
Commits
00b648f
Release 1.5.3 (#3392)63b5045
Change PyPI deploy to rely on "trusted publishers" (#3400)abb133f
Fix new lint warnings8c79426
Abort livereload request before navigation (#3390)f94ab3f
Add zh_TW locale for built-in themes (#3370)0d6fc28
Merge pull request #3383 from mkdocs/breadcrumbs4bd896c
Fix linkified breadcrumb items in readthedocs themec070dd0
Fix broken styling of breadcrumbs in readthedocs theme347c3a9
Apply automatic fixes from ruff, show diff in CI759e1e3
Keep the prior behavior of overwriting File.page (#3381)Updates
mkdocs-literate-nav
from 0.6.0 to 0.6.1Release notes
Sourced from mkdocs-literate-nav's releases.
Commits
9783b2b
v0.6.12c52c0c
Fix compatibility with MkDocs 1.5+9904e17
Create FUNDING.yml088daed
Docs: fix links0825f8a
Fix when markdown extensions is set to None46eba2d
CI: Installation of minimal deps wasn't kicking ina83351c
Chore badge updateUpdates
mkdocs-material
from 9.2.8 to 9.4.2Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
0e27596
Prepare 9.4.2 release0e104c1
Updated dependencies59d3b33
Improved extension compatibility with Python 3.843b5baf
Loosen version requirement for regex packageda57083
Merge pull request #5743 from squidfunk/fix/instant-loading639dbac
Added support for auto-replacement of meta tags when using instant loading15538b0
Merge branch 'master' into fix/instant-loading7e6f15b
Fixed ignored repeated anchor link clicks when using instant loadingef30cfe
Added Slovenian translationse08d047
Stretch outline of navigation sectionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show