Skip to content

Commit

Permalink
Refs #21817: Fix CI error in documentation tests
Browse files Browse the repository at this point in the history
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
  • Loading branch information
Carlosespicur committed Nov 20, 2024
1 parent c0bc816 commit aa9186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def select_css(html_css_dir):
# If true, keep warnings as "system message" paragraphs in the built documents.
# keep_warnings = False

suppress_warnings = []
suppress_warnings = ['config.cache']

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
Expand Down

0 comments on commit aa9186a

Please sign in to comment.