Add table of contents to epub of docs

(cherry picked from commit e1a71ea7a1)
This commit is contained in:
skyace65
2024-03-22 22:39:37 -04:00
committed by Max Hilbrunner
parent 7c85937f7b
commit 4b68d56c63

View File

@@ -315,3 +315,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'