Highlight currently visited section.

This commit is contained in:
Rapptz
2017-05-16 03:12:43 -04:00
parent 7a06f0f3bf
commit 9cbbd8af65
3 changed files with 39 additions and 0 deletions

View File

@ -304,3 +304,6 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
def setup(app):
app.add_javascript('custom.js')