Skip to content

Commit

Permalink
Suppress config.cache warnings due to "cannot cache unpickable config…
Browse files Browse the repository at this point in the history
…uration value: 'html_context' (because it contains a function, class, or module object)"
  • Loading branch information
francesco-ballarin committed May 23, 2024
1 parent ac40d3f commit 426c8dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# Suppress config.cache warnings
# https://github.com/sphinx-doc/sphinx/issues/12300#issuecomment-2062238457
suppress_warnings = ["config.cache"]


# -- Options for HTML output -------------------------------------------------
html_title = "FEMlium"
Expand Down

0 comments on commit 426c8dc

Please sign in to comment.