mkdocs-multirepo-plugin
mkdocs-multirepo-plugin copied to clipboard
Deprecation Warning with mkdocs v1.5.0
INFO - DeprecationWarning: _filter_paths is not used since MkDocs 1.5 and will be removed soon.
File "/home/coopm017/sourcecode/lightspeed/lightspeed-docs-parent/.venv/lib/python3.11/site-packages/mkdocs_multirepo_plugin/structure.py", line 440, in get_files
if _filter_paths(basename=dirname, path=path, is_dir=True, exclude=exclude):
File "/home/coopm017/sourcecode/lightspeed/lightspeed-docs-parent/.venv/lib/python3.11/site-packages/mkdocs/structure/files.py", line 393, in _filter_paths
warnings.warn(
Here is the line of code: https://github.com/jdoiro3/mkdocs-multirepo-plugin/blob/main/mkdocs_multirepo_plugin/structure.py#L440