Skip to content

v0.3.40

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:41
· 577 commits to main since this release
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]>