Skip to content

Releases: analogdevicesinc/doctools

v0.3.32

10 May 14:30

Choose a tag to compare

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

07 May 20:44

Choose a tag to compare

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

06 May 14:28

Choose a tag to compare

Fix search

By mistake, was adding the action to the wrong DOM element.

Signed-off-by: Jorge Marques <[email protected]>

v0.3.29

02 May 16:47

Choose a tag to compare

Bump version

Signed-off-by: Jorge Marques <[email protected]>

v0.3.28

16 Apr 12:40

Choose a tag to compare

Bump version, minor log fix

Signed-off-by: Jorge Marques <[email protected]>

v0.3.27

11 Apr 20:39

Choose a tag to compare

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

11 Apr 19:26

Choose a tag to compare

docs: Fix interref info

Signed-off-by: Jorge Marques <[email protected]>

v0.3.25

05 Apr 21:30

Choose a tag to compare

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

05 Apr 19:27

Choose a tag to compare

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

20 Mar 20:24

Choose a tag to compare

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]>