Releases: analogdevicesinc/doctools
Releases · analogdevicesinc/doctools
v0.3.32
Hot fix content_root Different Sphinx versions place the content_root as url_root in other element Signed-off-by: Jorge Marques <[email protected]>
v0.3.31
Fixup min python version (3.7 -> 3.8) The correct minimum version is 3.8, as defined in the build-doc.yml; the value in the pyproject.toml was residual from the first commits. Also, 3.7 is on end-of-life. Signed-off-by: Jorge Marques <[email protected]>
v0.3.30
Fix search By mistake, was adding the action to the wrong DOM element. Signed-off-by: Jorge Marques <[email protected]>
v0.3.29
Bump version Signed-off-by: Jorge Marques <[email protected]>
v0.3.28
Bump version, minor log fix Signed-off-by: Jorge Marques <[email protected]>
v0.3.27
Bump version The next release shall rework the navigation CSS to fit the repotoc better. Signed-off-by: Jorge Marques <[email protected]>
v0.3.26
docs: Fix interref info Signed-off-by: Jorge Marques <[email protected]>
v0.3.25
Move GitHub API curls to ci/gihub-api.sh Reuse methods, make the deploy.yml more readable. Signed-off-by: Jorge Marques <[email protected]>
v0.3.24
Always update pre-release Earlier, on release, the pre-release artifact wouldn't be update, being left behind. Change behaviour to always update it. Also use GihHub Action step if condition to reduce nesting. Signed-off-by: Jorge Marques <[email protected]>
v0.3.23
Improve collapsible, add repo to repotoc Use content to generate the unique ID for the collapsible. Add precision-converters-firmware to the repotoc. Check if conf repository value is set before using it as a key. Signed-off-by: Jorge Marques <[email protected]>