summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-11-22 12:01:47 -0500
committerJulian Berman <Julian@GrayVines.com>2022-11-22 12:01:47 -0500
commitda355840a75f0b034ea80585c4d1141e5a7581b8 (patch)
treeb47819ae9c275da725dafa1a775b6e392a8058b3 /docs
parentbe86aad6329f3372702767eece28608d7b672d48 (diff)
downloadjsonschema-da355840a75f0b034ea80585c4d1141e5a7581b8.tar.gz
Suppress epub warnings for duplicated ToC entries.
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: https://github.com/sphinx-doc/sphinx/issues/4723#issuecomment-371460156
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 57603df..0e4bc6c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -165,6 +165,7 @@ spelling_word_list_filename = "spelling-wordlist.txt"
suppress_warnings = [
"autoapi.python_import_resolution",
"autoapi.toc_reference",
+ "epub.duplicated_toc_entry",
]
autoapi_root = "api"
autoapi_ignore = [