-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove usage of _filter_files According to the logs this function is deprecated and also filtering of files can have an impact to some projects. By default it's not possible to add dot directories, dot files or the folder templates to the documentation. INFO - DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the `mkdocs` logger get counted automatically. File "xxx/.venv/lib/python3.9/site-packages/mkdocs_multirepo_plugin/util.py", line 10, in <module> from mkdocs.utils import warning_filter File "xxx/.venv/lib/python3.9/site-packages/mkdocs/utils/__init__.py", line 453, in __getattr__ warnings.warn( * Remove usage of warning_filter According to the logs this function is deprecated (a NOP). * Update CHANGELOG.md * Update pyproject.toml * Update CHANGELOG.md Co-authored-by: Joseph Doiron <[email protected]> * Update CHANGELOG.md Co-authored-by: Joseph Doiron <[email protected]> * Update pyproject.toml Co-authored-by: Joseph Doiron <[email protected]> * CHANGELOG.md aktualisieren Co-authored-by: Joseph Doiron <[email protected]> * Update CHANGELOG.md as requested --------- Co-authored-by: Michael Foerderer (F29233) <[email protected]> Co-authored-by: Joseph Doiron <[email protected]>
- Loading branch information
1 parent
5f5da14
commit 3ce1085
Showing
4 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "mkdocs-multirepo-plugin" | ||
version = "0.6.3" | ||
version = "0.7.0" | ||
description = "Build documentation in multiple repos into one site." | ||
authors = ["jdoiro3 <[email protected]>"] | ||
license = "MIT" | ||
|