mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
1.2 KiB
1.2 KiB
Release Notes
Upgrading
To upgrade Django REST framework to the latest version, use pip:
pip install -U mkdocs
You can determine your currently installed version using pip freeze:
pip freeze | grep mkdocs
0.10.X series
- Added support for Python 3.3 and 3.4. (#103)
- Configurable Python-Markdown extensions with the config setting
mardown_extensions. (#74) - Added
mkdocs jsoncommand to output your rendered documentation as json files. (#128) - Support multiple theme directories to allow replacement of individual templates rather than copying the full theme. (#129)
- Bugfix: Fix issue rendering the table of contents with some configs. (#146)
- Bugfix: Fix path for embeded images in sub pages. (#138)
- Bugfix: Fix
use_directory_urlsconfig behaviour. (#63) - Bugfix: Add support for
extra_javascriptandextra_cssin all themes. (#90) - Bugfix: Fix path-handling under windows. (#121)
- Bugfix: Fix the menu generation in the readthedocstheme. (#110)
- Bugfix: Fix the mkdocs command creation under Windows. (#122)
- Bugfix: Correctly handle external files in
extra_javascriptandextra_css. (#92) - Bugfix: Fixed favicon support. (#87)