فهرست منبع

Add table of contents to epub of docs

skyace65 1 سال پیش
والد
کامیت
e1a71ea7a1
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      conf.py

+ 3 - 0
conf.py

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