diff options
| -rwxr-xr-x | doc/sphinx/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index b85cf57a98..143309fab5 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -166,6 +166,7 @@ primary_domain = 'coq' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' highlight_language = 'text' +suppress_warnings = ["misc.highlighting_failure"] # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] |
