Releases: jimporter/mike
Releases · jimporter/mike
v0.6.0
- Remove support for installing extras for
material
theme since material
now has built-in support for mike (note: for MkDocs-Material Insiders only)
v0.5.5
- Add support for
mkdocs.yml
files using !!python
tags
v0.5.3
- Fix some cases of
material
theme's version selector failing to load
- Add support for
material
v5.0+
v0.5.2
- Preserve quotes in
mkdocs.yml
when running install-extras
- Add support for custom
site_dir
in mkdocs.yml
v0.5.1
- Fix version selector with
material
theme when on homepage
v0.5.0
- Drop support for Python 2
- Update version selector extras for the
mkdocs
theme to work with both MkDocs
1.0 and 1.1
- Add support for the
material
theme
- Add support for
mkdocs-bootswatch-classic
themes
v0.4.2
- Fix using
mike
from subdirectories in some more cases
v0.4.1
- Fix using
mike
commands from non-root directories of your project
v0.4.0
- Add support for listing doc version in JSON format via
-j
/--json
- Allow changing where aliases point to when deploying, using the
-u
/--update-aliases
option
v0.3.5
Selectively require enum34
in a Wheel-compatible way