Skip to content

Releases: analogdevicesinc/doctools

v0.3.42

10 Sep 21:29

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

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

v0.3.40

05 Sep 21:41

Choose a tag to compare

Fix unpack error when the doc has no toctree

As stated in issue #17, when a doc without a toctree (single page/all
pages are orphans), the doc build would throw an exception because the
wrong value (an empty string) would be returned by the navigation_tree
method.

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

v0.3.39

02 Sep 21:24

Choose a tag to compare

Add scopy to lut.py, bump version

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

v0.3.38

21 Aug 16:33

Choose a tag to compare

Update filter tree logic, versioned, and aggregate

Always hide other toctrees when on a page included on a toctree.
Squash toctrees without title with the previous toctree
Rework versioned variables, simplify the requirements and allow to be
deployed directly on GitHub multiple versions.
Update symbolic aggregate.

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

v0.3.37

19 Aug 11:00

Choose a tag to compare

Resolve git directive link with tree, bump version

"blob" path does not work for compound branch names at the root path,
e.g.
blob/staging/feature/
so use tree and have GitHub redirecting to "blob" when it's a file.

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

v0.3.36

10 Aug 19:50

Choose a tag to compare

Simplify filtered tree logic, bump version

Always hide other toctrees when on a page included on a toctree.
Do not rely on doctools lut.py anymore, since was confusing having to
update it to affect other repository.
The "topic" entry on the lut.py is now the path to the index.rst page
of the toctree, generally an orphan page, to reduce nesting by one level.

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

v0.3.35

10 Jul 13:58

Choose a tag to compare

Fix gen of repos not in the lut.py, bump version

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

v0.3.34

31 May 14:40

Choose a tag to compare

Tune only-dark/light CSS, bump version

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

v0.3.33

20 May 20:51

Choose a tag to compare

Bump version

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