Skip to content

Commit

Permalink
DOC: Add env_version to "todo" tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 5, 2024
1 parent c41aab8 commit 04c4751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/development/tutorials/examples/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def setup(app: Sphinx) -> ExtensionMetadata:

return {
'version': '0.1',
'env_version': 1,
'parallel_read_safe': True,
'parallel_write_safe': True,
}

0 comments on commit 04c4751

Please sign in to comment.