Changelog¶
Here are listed all the meaningfull changes done on nmk-doc since version 1.0
Note
Only interface and important behavior changes are listed here.
The fully detailed changelog is also available on Github
Release 1.2.0¶
Config items update:
added config items related to snippets generation
updated ${docInputs} to include generated PlantUml diagrams and doc snippets as inputs
Tasks behaviors:
added doc.snippets task to handle snippets generation
Removed Live Preview from suggested extensions, now that HTML preview is integrated natively in VSCode (since 1.121.0)
Release 1.1.1¶
Make ${docRTDConfig} config file independent of python version
Add buildenv 2.0 install template preliminary support
Release 1.1.0¶
Config items update:
added config items related to PlantUml diagrams generation
added ${docIndex}: resolved path to main index.md documentation index file
added ${docVersion}: used to configure the document version
updated ${docHtmlTheme}: switched default theme to furo
Tasks behaviors:
added puml.download and puml.generate to handle PlantUml diagrams generation
all doc.config, doc.rtd and doc.build tasks are now only enabled only if ${docIndex} file exists
add version information when building documentation with doc.build task