1
0
Fork 0
firefox/tools/moztreedocs/docs/rstlint.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
441 B
ReStructuredText

ReStructuredText Linter
-----------------------
RST isn't the easiest of markup languages, but it's powerful and what `Sphinx` (the library used to build our docs) uses, so we're stuck with it. But at least we now have a linter which will catch basic problems in `.rst` files early. Be sure to run:
.. code-block:: shell
mach lint -l rst
to test your outgoing changes before submitting to review.
`More information <RST Linter>`__.