diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-12 20:51:53 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-12 20:51:53 +0900 |
commit | d5de7bf3cf18512a7bc1146ef9d55f21d4d54c5e (patch) | |
tree | 5ce830d8c81208b3ab3eeeb95b5068c2c0564129 /doc/development/tutorials | |
parent | 30bc4d450ad9c18173d2419ebe0bb4ccbede1e35 (diff) | |
download | sphinx-git-d5de7bf3cf18512a7bc1146ef9d55f21d4d54c5e.tar.gz |
Fix #8860: doc: Usage of recipe directive is wrong
Diffstat (limited to 'doc/development/tutorials')
-rw-r--r-- | doc/development/tutorials/recipe.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/tutorials/recipe.rst b/doc/development/tutorials/recipe.rst index dcfe42c1a..404be542f 100644 --- a/doc/development/tutorials/recipe.rst +++ b/doc/development/tutorials/recipe.rst @@ -207,10 +207,10 @@ You can now use the extension throughout your project. For example: The recipe contains `tomato` and `cilantro`. .. recipe:recipe:: TomatoSoup - :contains: tomato cilantro salt pepper + :contains: tomato, cilantro, salt, pepper - This recipe is a tasty tomato soup, combine all ingredients - and cook. + This recipe is a tasty tomato soup, combine all ingredients + and cook. The important things to note are the use of the ``:recipe:ref:`` role to cross-reference the recipe actually defined elsewhere (using the |