Files
sphinx/tests
Chris Sewell 430866e029 👌 Add warning log for config values that cannot be cached (#12203)
As a user and/or extension developer, it can be a source of confusion when,
on performing a `sphinx-build` for a cached project, 
an unchanged configuration variable is always marked as changed (triggering a full rebuild).

This is often due to the variable being an unpicklable value,
which is silently omitted from the cache (i.e. the `environment.pickle`).

This commit introduces a specific warning for when a configuration variable is omitted from the cache,
allowing users to understand the root of the problem.
2024-03-27 12:59:24 +01:00
..
2024-01-18 00:52:25 +00:00
2020-11-20 19:43:02 +01:00
2022-02-20 03:13:45 +00:00
2024-01-17 03:56:35 +00:00