C++, bump env version due to AST and Symbol changes

This commit is contained in:
Jakob Lykke Andersen
2022-07-29 17:55:58 +02:00
parent 64c1b2be2e
commit f5c21a118f

View File

@@ -8149,7 +8149,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
return {
'version': 'builtin',
'env_version': 7,
'env_version': 8,
'parallel_read_safe': True,
'parallel_write_safe': True,
}