chore(deps): update dependency mkdocs-gen-files to ^0.4.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| mkdocs-gen-files | ^0.3.4 -> ^0.4.0 |
Release Notes
oprypin/mkdocs-gen-files
v0.4.0
-
Find scripts relative to mkdocs.yml, not current working directory - #17
So, scripts specified in the config (example below), will now work regardless of where
mkdocsis run from.Running just
mkdocsassumesmkdocs -f mkdocs.yml(current directory).But now you can also
cd docs; mkdocs -f ../mkdocs.ymlor any other combination.Example config, just as a reminder, no change here:
plugins: - gen-files: scripts: - docs/gen_pages.py
v0.3.5
- Fix behavior of
set_edit_pathwhenrepo_urldoesn't end with/- #13
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.