docs: Remove obsolete mentions of reStructuredText.

Commit b53e676860 (#19600) removed the
last of our reST.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-09-09 01:26:10 -07:00
committed by Anders Kaseorg
parent 964cc182a4
commit 31b5879242
3 changed files with 3 additions and 4 deletions

View File

@@ -917,7 +917,7 @@ openapi_rules = RuleList(
)
txt_rules = RuleList(
langs=["txt", "text", "yaml", "rst", "yml"],
langs=["txt", "text", "yaml", "yml"],
rules=whitespace_rules,
)
non_py_rules = [