Releases: analogdevicesinc/doctools
Releases · analogdevicesinc/doctools
v0.3.50
version: release v0.3.50 Signed-off-by: Jorge Marques <[email protected]>
v0.3.49
MonkeyPatch how Sphinx handle numbered references Sphinx treats references globally, so if the toctree is not numbered the counting increments across the pages. This patch changes this behaviour to always reset the count per page. Bump version. Signed-off-by: Jorge Marques <[email protected]>
v0.3.48
Bump version Signed-off-by: Jorge Marques <[email protected]>
v0.3.47
Refactor Shell directive, bump version Improve code quality, break it down in multiple methods and use class variables for set once vars. Signed-off-by: Jorge Marques <[email protected]>
v0.3.46
Minor doc update, bump version Signed-off-by: Jorge Marques <[email protected]>
v0.3.45
Rename typings to typing, bump version To match Python nomenclature. Minor version change since no-one is using the typing outside the pip package. Signed-off-by: Jorge Marques <[email protected]>
v0.3.44
Stylesheet fixes, bump version Signed-off-by: Jorge Marques <[email protected]>
v0.3.43
Bump version Signed-off-by: Jorge Marques <[email protected]>
v0.3.42
Tune stylesheets, video directive, print rules To enhance webpage printing/pdf generation: * Add video admonition to replace non-function iframes/embed video. * Add print media queries to tune the styling * Limit background to media screen. Also, use width-content css var as a better breakpoint to the mobile format. Signed-off-by: Jorge Marques <[email protected]>
v0.3.41
Preserve multi-line at nested parse Allows to have lists in a description column, for example. Signed-off-by: Jorge Marques <[email protected]>