فهرست منبع

Merge pull request #9638 from skyace65/EPUBTable36

Add table of contents to 3.6 EPUB file
Max Hilbrunner 10 ماه پیش
والد
کامیت
19c8d42f0a
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      conf.py

+ 3 - 0
conf.py

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