Skip to content

Commit

Permalink
Add table of contents to 3.6 EPUB file
Browse files Browse the repository at this point in the history
  • Loading branch information
skyace65 committed Sep 8, 2024
1 parent 2ee2075 commit 443eab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,6 @@ def godot_get_image_filename_for_language(filename, env):
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'

0 comments on commit 443eab9

Please sign in to comment.