Skip to content

Commit

Permalink
Merge pull request #9131 from skyace65/EpubToC
Browse files Browse the repository at this point in the history
Add table of contents to EPUB of docs
  • Loading branch information
mhilbrunner committed Mar 23, 2024
2 parents 01875e3 + e1a71ea commit b2a5802
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 @@ -317,3 +317,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 b2a5802

Please sign in to comment.