Skip to content

Commit

Permalink
Suppress epub warnings for duplicated ToC entries.
Browse files Browse the repository at this point in the history
These fail RTD builds like https://readthedocs.org/projects/python-jsonschema/builds/18708083/
Not sure what's new (and don't care much to investigate at the minute).

But it seems this is somewhat expected behavior, see:

sphinx-doc/sphinx#4723 (comment)
  • Loading branch information
Julian committed Nov 22, 2022
1 parent be86aad commit da35584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def entire_domain(host):
suppress_warnings = [
"autoapi.python_import_resolution",
"autoapi.toc_reference",
"epub.duplicated_toc_entry",
]
autoapi_root = "api"
autoapi_ignore = [
Expand Down

0 comments on commit da35584

Please sign in to comment.