1.1.0
- Default template's mkdocs.yml changes:
- fixed
edit_uri
(missed "/docs" ending) pages
changed tonav
- change parameters syntax in
markdown_extensions
section
- fixed
- Fix documentation in sub module support (use-python plugin 1.2.0)
- Support Mkdocks 1.0:
- Update default mkdocs 0.17.3 -> 1.0.4
- Update default mkdocs-material 2.7.2 -> 3.0.4
- Update default pymdown-extensions 4.9.2 -> 6.0.0
Mkdocs 1.0 migration notes (for existing docs):
- Rename
pages
section intonav
- Make sure
site_url
set correctly (otherwise sitemap will contain None instead of urls) - Change
markdown_extensions
section from usingsomething(arg=val)
syntax into:
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences