From 2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:57:09 +0200 Subject: Merging upstream version 7.4.7. Signed-off-by: Daniel Baumann --- doc/development/tutorials/examples/recipe.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/tutorials/examples/recipe.py') diff --git a/doc/development/tutorials/examples/recipe.py b/doc/development/tutorials/examples/recipe.py index 28d25f2..baf85fe 100644 --- a/doc/development/tutorials/examples/recipe.py +++ b/doc/development/tutorials/examples/recipe.py @@ -122,6 +122,7 @@ class RecipeDomain(Domain): 'recipes': [], # object list 'recipe_ingredients': {}, # name -> object } + data_version = 0 def get_full_qualified_name(self, node): return f'recipe.{node.arguments[0]}' -- cgit v1.2.3