Skip to content

Releases: analogdevicesinc/doctools

v0.3.27

11 Apr 20:39
Compare
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
Compare
Choose a tag to compare
docs: Fix interref info

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

v0.3.25

05 Apr 21:30
Compare
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
Compare
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
Compare
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]>

v0.3.22

20 Mar 18:44
Compare
Choose a tag to compare
Export metadata, rename toctrees, add link icons

retrieve buildir from app.builder.
export lut data to metadata.json/repotoc.
llow multiple repos to have "subdomains" (to be renamed to "groups").

Rename toctrees as follows:
* subdomain, repos: repotoc
* sidebar, toc: toc
* localtoc, onthispage: localtoc
And suffix with [-_]tree when applicable.

Deprecate  datasheet role.
Add links icons.

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

v0.3.21

12 Mar 21:34
Compare
Choose a tag to compare
Add styling to autodoc content

Add colors, formatting and font to autodoc generated content, that
mostly is suffixed by ".sig-".

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

v0.3.20

11 Mar 21:26
Compare
Choose a tag to compare
Remove walrus operator to support Python >= 3.7

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

v0.3.18

07 Mar 15:12
Compare
Choose a tag to compare
Theme customization, author mode code quality

Allow to include light/dark logo with light_logo and dark_logo theme
configuration variables.
Add dark_css_variables and light_css_variables to allow docs to inject
dark/light variant CSS specific rules.
Improve author mode code quality.

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

v0.3.17

04 Mar 12:10
Compare
Choose a tag to compare
Add interref role, a in-org alt to intersphinx

Interref role suffixes the ref role with the format ref-<repo> (e.g.
ref-hdl) to create cross references between different docs inside the
org.

Currently, the tracked repos are manually set on lut.py, with plans to
automate or self-service the inclusion of new repositories.

For versioning handling and multiple hosted, the environment variables
are used:
* ADOC_INTERREF_URI: set the host uri, can be a link or local.
* ADOC_INTERREF_TAG: enable tag suffix, e.g. pyadi-iio/main.
* ADOC_INTERREF_RELEASE: enable release tag suffix, e.g. pyadi-iio/v1.0.0

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