Skip to content

Releases: analogdevicesinc/doctools

v0.3.50

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

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

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 <[email protected]>

v0.3.48

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

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

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 <[email protected]>

v0.3.46

01 Oct 20:50
Compare
Choose a tag to compare
Minor doc update, bump version

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

v0.3.45

24 Sep 16:09
Compare
Choose a tag to compare
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

23 Sep 10:42
Compare
Choose a tag to compare
Stylesheet fixes, bump version

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

v0.3.43

16 Sep 20:27
Compare
Choose a tag to compare
Bump version

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

v0.3.42

10 Sep 21:29
Compare
Choose a tag to compare
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

06 Sep 18:03
Compare
Choose a tag to compare
Preserve multi-line at nested parse

Allows to have lists in a description column, for example.

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