diff options
author | Akira Yokosawa <[email protected]> | 2022-12-05 12:26:24 +0900 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2022-12-05 02:33:27 -0700 |
commit | 8067a32512d7c3747efcbca843c2433f572a4ee5 (patch) | |
tree | 2b02c1a634c47d3ad684628cf23472169b3bd074 | |
parent | 259b007f5729d200b8b85a588b73233cc2becdaa (diff) |
docs/zh_CN: Fix '.. only::' directive's expression
Commit febe6c2f859e ("docs/zh_CN: Add translation
zh_CN/doc-guide/index.rst") translated ".. only::" directive too much.
Use the one as found in the original doc-guide/index.rst.
Fixes: febe6c2f859e ("docs/zh_CN: Add translation zh_CN/doc-guide/index.rst")
Signed-off-by: Akira Yokosawa <[email protected]>
Cc: Wu XiangCheng <[email protected]>
Cc: Yanteng Si <[email protected]>
Cc: Alex Shi <[email protected]>
Reviewed-by: Wu XiangCheng <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/translations/zh_CN/doc-guide/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/doc-guide/index.rst b/Documentation/translations/zh_CN/doc-guide/index.rst index 5151953c196f..78c2e9a1697f 100644 --- a/Documentation/translations/zh_CN/doc-guide/index.rst +++ b/Documentation/translations/zh_CN/doc-guide/index.rst @@ -19,7 +19,7 @@ contributing maintainer-profile -.. only:: 子项目与HTML +.. only:: subproject and html 目录 ==== |