alabaster icon indicating copy to clipboard operation
alabaster copied to clipboard

add support for missing toctree theme_options

Open Taywee opened this issue 6 years ago • 1 comments

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

Taywee avatar Aug 14 '19 21:08 Taywee

This is an interesting feature, can it be included / labelled as "to-be-reviewed" ?

erwanp avatar Aug 03 '21 16:08 erwanp