15
0
forked from pool/python-mkdocs

Accepting request 1112104 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 1.5.3

OBS-URL: https://build.opensuse.org/request/show/1112104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=23
This commit is contained in:
2023-09-19 07:59:35 +00:00
committed by Git OBS Bridge
parent 5aff6b4a3c
commit 9e276d9c29
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Sep 19 04:43:11 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 1.5.3:
* Fix mkdocs serve sometimes locking up all browser tabs when
navigating quickly (#3390)
* Add many new supported languages for "search" plugin - update
lunr-languages to 1.12.0 (#3334)
* Bugfix (regression in 1.5.0): In "readthedocs" theme the
styling of "breadcrumb navigation" was broken for nested pages
(#3383)
* Built-in themes now also support Chinese (Traditional, Taiwan)
language (#3370)
* Plugins can now set File.page to their own subclass of Page.
There is also now a warning if File.page is set to anything
other than a strict subclass of Page. (#3367, #3381)
* Note that just instantiating a Page sets the file
automatically, so care needs to be taken not to create an
unneeded Page.
-------------------------------------------------------------------
Fri Aug 4 07:34:55 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>