Skip to content

Releases: analogdevicesinc/doctools

v0.4.0

02 Feb 21:24
Compare
Choose a tag to compare
version: release v0.4.0

Minor version increment due to removal of
ADOC_TARGET_DEPTH to consider that the repositories documentations are
hosted at the domain root, simplifying logic a little.
Also greatly restructure the JavaScript to allow dynamic features to
always load the script from the "core_repo", doctools.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.55

14 Jan 18:57
Compare
Choose a tag to compare
version: release v0.3.55

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.54

20 Dec 19:45
Compare
Choose a tag to compare
version: release v0.3.54

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.53

17 Dec 15:17
Compare
Choose a tag to compare
version: release v0.3.53

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.52

15 Dec 23:02
Compare
Choose a tag to compare
version: release v0.3.52

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.51

13 Dec 21:50
Compare
Choose a tag to compare
version: release v0.3.51

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.50

04 Dec 01:18
Compare
Choose a tag to compare
version: release v0.3.50

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.49

25 Oct 20:01
Compare
Choose a tag to compare
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 <jorge.marques@analog.com>

v0.3.48

14 Oct 23:01
Compare
Choose a tag to compare
Bump version

Signed-off-by: Jorge Marques <jorge.marques@analog.com>

v0.3.47

02 Oct 16:24
Compare
Choose a tag to compare
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 <jorge.marques@analog.com>