Skip to content

Commit 7d4563d

Browse files
Build(deps-dev): Bump mkdocs-gen-files from 0.5.0 to 0.6.1 (#165)
Bumps [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) from 0.5.0 to 0.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oprypin/mkdocs-gen-files/releases">mkdocs-gen-files's releases</a>.</em></p> <blockquote> <h2>v0.6.1</h2> <ul> <li> <p><strong>Warn when this plugin is being used from the mkdocs executable</strong> (<a href="https://redirect.github.com/oprypin/mkdocs-gen-files/pull/42">oprypin/mkdocs-gen-files#42</a>)</p> <p>Apologies for the inconvenience. We are starting a community continuation of MkDocs under a new name <strong>ProperDocs</strong>, and plugins are our main hope regarding how we can spread the word. See <a href="https://github.com/ProperDocs/properdocs/discussions/33">https://github.com/ProperDocs/properdocs/discussions/33</a></p> </li> </ul> <p>Full Changelog: <a href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1">https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1</a></p> <h2>v0.6.0</h2> <ul> <li> <p>Compatibility with MkDocs 1.6 is improved - generated files don't have to have an <code>abs_src_path</code> - <a href="https://github.com/oprypin/mkdocs-gen-files/commit/7baa03225e6c34cc85d17f79c47e42eb2c2e359e">https://github.com/oprypin/mkdocs-gen-files/commit/7baa03225e6c34cc85d17f79c47e42eb2c2e359e</a></p> </li> <li> <p>There was a bug: using <code>edit_uri_template</code> in MkDocs would prevent <code>set_edit_path()</code> from working. This is now fixed - <a href="https://redirect.github.com/oprypin/mkdocs-gen-files/issues/37">#37</a> - thanks to <a href="https://github.com/frankkusters"><code>@​frankkusters</code></a></p> </li> <li> <p>The MkDocs configuration file now can be <code>mkdocs.yaml</code>, not only <code>mkdocs.yml</code>. Thanks to <a href="https://github.com/mgor"><code>@​mgor</code></a> in <a href="https://redirect.github.com/oprypin/mkdocs-gen-files/pull/39">oprypin/mkdocs-gen-files#39</a></p> </li> <li> <p>MkDocs 1.4.1 is now the lowest supported version - <a href="https://github.com/oprypin/mkdocs-gen-files/commit/2e47124f6a00150b40e2694cfb721d4f373be914">https://github.com/oprypin/mkdocs-gen-files/commit/2e47124f6a00150b40e2694cfb721d4f373be914</a></p> </li> <li> <p>Python 3.9 is now the lowest supported version.</p> </li> <li> <p>The <a href="https://oprypin.github.io/mkdocs-gen-files/extras.html#programmatically-generating-the-navigation">nav generator</a> can support empty paths - <a href="https://github.com/oprypin/mkdocs-gen-files/commit/440b0bfafa35bd1b1b3b3ed5aaa7b9f11d9cfe7c">https://github.com/oprypin/mkdocs-gen-files/commit/440b0bfafa35bd1b1b3b3ed5aaa7b9f11d9cfe7c</a></p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.0">https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/05c38bb46caa8d6550da54e291bddc59c4610d07"><code>05c38bb</code></a> v0.6.1</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/d2850806e39047a7ad4ca7c415adb56d3a26b2cc"><code>d285080</code></a> Warn when this plugin is being used from the mkdocs executable (<a href="https://redirect.github.com/oprypin/mkdocs-gen-files/issues/42">#42</a>)</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/dcc896d45a2c31ddbf8c78317020647631ba38cd"><code>dcc896d</code></a> Drop testing under Python 3.9 to fix CI</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/5136a79ab5af156688cca28fb1c081204250159b"><code>5136a79</code></a> v0.6.0</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/df9d4dc3fb81edb6b9337e03a24421cc6f040d52"><code>df9d4dc</code></a> Add a workaround that allows edit_uri_template to work in MkDocs 1.6+</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/e0e32472a5651f30545354cbd903e26091f50b38"><code>e0e3247</code></a> allow <code>.yaml</code> extension for mkdocs configuration file (<a href="https://redirect.github.com/oprypin/mkdocs-gen-files/issues/39">#39</a>)</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/bfe7bbcf0b336d5d9f5d395224b4d063c10c3778"><code>bfe7bbc</code></a> Update deps</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/d56e1d95d927bc53afc5f18ec9ef8167e9b4de13"><code>d56e1d9</code></a> Update deps</li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/440b0bfafa35bd1b1b3b3ed5aaa7b9f11d9cfe7c"><code>440b0bf</code></a> Support empty path in <code>Nav</code></li> <li><a href="https://github.com/oprypin/mkdocs-gen-files/commit/85d56eb8ed6eccf1528ca158dbf97c8f0b6bb72e"><code>85d56eb</code></a> Add more lints, update deps</li> <li>Additional commits viewable in <a href="https://github.com/oprypin/mkdocs-gen-files/compare/v0.5.0...v0.6.1">compare view</a></li> </ul> </details> <br />
2 parents 035f63c + 0e877e9 commit 7d4563d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev-mkdocs = [
5050
"Markdown == 3.10.2",
5151
"black == 26.3.1",
5252
"mike == 2.1.3",
53-
"mkdocs-gen-files == 0.5.0",
53+
"mkdocs-gen-files == 0.6.1",
5454
"mkdocs-literate-nav == 0.6.2",
5555
"mkdocs-macros-plugin == 1.5.0",
5656
"mkdocs-material == 9.7.4",

0 commit comments

Comments
 (0)