Skip to content

Releases: analogdevicesinc/doctools

v0.3.37

19 Aug 11:00
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Bump version

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

v0.3.32

10 May 14:30
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Bump version

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

v0.3.28

16 Apr 12:40
Compare
Choose a tag to compare
Bump version, minor log fix

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