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

@ -31,7 +31,7 @@ These three systems are documented in detail.
What you are reading right now is part of the collection of
documentation targeted at developers and people running their own
Zulip servers. These docs are written in
[CommonMark Markdown](https://commonmark.org/) with a small bit of rST.
[CommonMark Markdown](https://commonmark.org/).
We've chosen Markdown because it is
[easy to write](https://commonmark.org/help/). The source for Zulip's
developer documentation is at `docs/` in the Zulip Git repository, and
@ -62,7 +62,7 @@ browser. The raw files are available at
the root of your Zulip checkout).
If you are adding a new page to the table of contents, you will want
to modify `docs/index.rst` and run `make clean` before `make html`, so
to modify `docs/index.md` and run `make clean` before `make html`, so
that other docs besides your new one also get the new entry in the
table of contents.

View File

@ -50,7 +50,6 @@ def run() -> None:
"pp",
"py",
"pyi",
"rst",
"sh",
"text",
"txt",

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 = [