Add table of contents to epub of docs

(cherry picked from commit e1a71ea7a1)
This commit is contained in:
skyace65
2024-07-24 20:52:49 +02:00
committed by Max Hilbrunner
parent 7c85937f7b
commit 4b68d56c63
+3
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'