v0.3.40
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]>