i was following the Tutorial for the “recipe” extension (https://www.sphinx-doc.org/en/master/development/tutorials/recipe.html).
I am a little confused as the compiled html side doesn't show the ingredients defined in the contains option. Does anyone has an idea what I might have missed from the docs?
Is there any way using sphinx to show the data e.g. self.data["recipe_ingredients"][name] or print the list of the IngredientIndies from RecipeDomain.indices?
I added my code to: https://github.com/jonassorgenfrei/LUMACH-SphinxDemo
And was expecting that the recipe section shows the ingredients: https://jonassorgenfrei.github.io/LUMACH-SphinxDemo/recipes.html