diff --git a/conf.py b/conf.py index 43164625..bf019106 100644 --- a/conf.py +++ b/conf.py @@ -114,6 +114,7 @@ ) } +show_warning_types = True # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -146,6 +147,9 @@ def setup(app): # using the given strftime format. html_last_updated_fmt = '%b %d, %Y' +suppress_warnings = [ + 'toc.not_readable', # Suppress warnings about excluded toctree entries +] rst_epilog = """ .. include:: /sphinx/substitutions.txt