Sourced from mkdocs's releases.
1.5.2
Bugfix (regression in 1.5.0): Restore functionality of
--no-livereload
. (#3320)Bugfix (regression in 1.5.0): The new page title detection would sometimes be unable to drop anchorlinks - fix that. (#3325)
Partly bring back pre-1.5 API:
extra_javascript
items will once again be mostly strings, and only sometimesExtraStringValue
(when the extrascript
functionality is used).Plugins should be free to append strings to
config.extra_javascript
, but when reading the values, they must still make sure to read it asstr(value)
in case it is anExtraScriptValue
item. For querying the attributes such as.type
you need to checkisinstance
first. Static type checking will guide you in that. (#3324)See commit log.
79f17b4
Release 1.5.2 (#3330)91e37ae
Change extra_javascript items to usually be strings again (#3324)4944c9f
Drop obsolete readthedocs config, we switched to gh-pages (#3326)63052bc
Correct detection of dropping anchorlink from page title (#3325)fcb2da3
Restore functionality of --no-livereload (#3320)