mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Add table of contents to epub of docs
This commit is contained in:
@@ -317,3 +317,6 @@ rst_epilog = """
|
|||||||
image_locale="-" if language == "en" else language,
|
image_locale="-" if language == "en" else language,
|
||||||
target_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'
|
||||||
|
|||||||
Reference in New Issue
Block a user