Update dependency mkdocs to v1.3.0 (main) #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/main-mkdocs-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==1.2.3->==1.3.0Release Notes
mkdocs/mkdocs
v1.3.0Compare Source
Feature upgrades
ReadTheDocs theme updated from v0.4.1 to v1.0.0 according to upstream (#2585)
The most notable changes:
logo: Rather than displaying thesite_namein the title, one can specify a path to an image to display instead.anonymize_ipfor Google Analytics.See documentation of config options for the theme
Built-in themes now also support these languages:
Support custom directories to watch when running
mkdocs serve(#2642)MkDocs by default watches the docs directory and the config file. Now there is a way to add more directories to watch for changes, either via the YAML
watchkey or the command line flag--watch.Normally MkDocs never reaches into any other directories (so this feature shouldn't be necessary), but some plugins and extensions may do so.
See documentation.
New
--no-historyoption forgh_deploy(#2594)Allows to discard the history of commits when deploying, and instead replace it with one root commit
Bug fixes
An XSS vulnerability when using the search function in built-in themes was fixed (#2791)
Setting the
edit_urioption no longer erroneously adds a trailing slash torepo_url(#2733)Miscellaneous
Breaking change: the
pagesconfig option that was deprecated for a very long time now causes an error when used (#2652)To fix the error, just change from
pagestonav.Performance optimization: during startup of MkDocs, code and dependencies of other commands will not be imported (#2714)
The most visible effect of this is that dependencies of
mkdocs servewill not be imported whenmkdocs buildis used.Recursively validate
nav(#2680)Validation of the nested
navstructure has been reworked to report errors early and reliably. Some edge cases have been declared invalid.Other small improvements; see commit log.
v1.2.4Compare Source
Compatibility with Jinja2 3.1.0 (#2800)
Due to a breaking change in Jinja2, MkDocs would crash with the message
AttributeError: module 'jinja2' has no attribute 'contextfilter'Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.