DOC: Add env_version to "todo" tutorial (#12349)

This commit is contained in:
Matthias Geier
2024-05-05 19:04:10 +02:00
committed by GitHub
parent afcafe0409
commit 13b0fcc532

View File

@@ -132,6 +132,7 @@ def setup(app: Sphinx) -> ExtensionMetadata:
return {
'version': '0.1',
'env_version': 1,
'parallel_read_safe': True,
'parallel_write_safe': True,
}