Addressing Warning unpickable configuration value
with Sphinx 7.3.7 Update
#445
Labels
unpickable configuration value
with Sphinx 7.3.7 Update
#445
Issue Description:
With the recent update to Sphinx 7.3.7, the addition of
is generating the warning: "WARNING: cannot cache unpickable configuration value: 'autoapi_prepare_jinja_env' (because it contains a function, class, or module object)."
To address this issue, users can add config.cache to suppress the warning in our conf.py. However, it would be beneficial to address this on your end, especially when autoapi_prepare_jinja_env is involved, rather than requiring users to add it individually to each conf.py file.
Steps to Reproduce:
Linked Pull Request:
Pull Request #121
The text was updated successfully, but these errors were encountered: