Add table of contents to epub of docs

This commit is contained in:
skyace65
2024-03-22 22:39:37 -04:00
parent 5671ae86ec
commit e1a71ea7a1

View File

@@ -317,3 +317,6 @@ rst_epilog = """
image_locale="-" if language == "en" else language,
target_locale="" if language == "en" else "/" + language,
)
# Needed so the table of contents is created for EPUB
epub_tocscope = 'includehidden'