alabaster
alabaster copied to clipboard
add support for missing toctree theme_options
navigation.html's toctree was missing support for maxdepth and titles_only. I don't think the end-user should have to override navigation.html just to change these settings.
I wasn't quite sure how to properly enable an integer option, as it still ends up in the document as a string (even though the boolean appears to route through fine), so I convert it to an int on the toctree call.
This closes #89
This is an interesting feature, can it be included / labelled as "to-be-reviewed" ?