Skip to content

Commit

Permalink
Suppress duplicated toc entry in epub warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 12, 2021
1 parent 57d9950 commit f3ef3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def sort_languages(x):
epub_tocdepth = 4
epub_tocdup = True
epub_cover = ('epub_cover.jpg', 'epub_cover_template.html')
suppress_wrnings = ['epub.duplicated_toc_entry']

# Custom sidebar templates, maps document names to template names.
# html_sidebars = {}
Expand Down

0 comments on commit f3ef3c8

Please sign in to comment.