reStructuredText

Learn how Vale handles reStructuredText content.

reStructuredText is supported through the external program rst2htmlarrow-up-right. To get started, you’ll need to install the docutilsarrow-up-right package:

$ pip install docutils

You’ll need to ensure that the rst2html executable is available in your $PATH (this should happen automatically).

The supported extensions are .rst and .rest.

By default, Vale ignores:

Vale supports comment-based configuration in reStructuredText files:

  • Turn Vale off entirely:

.. vale off

This text will be ignored.

.. vale on
  • Turn off a specific rule:

  • Turn off specific match(es) within a rule:

  • Turn on or off specific styles:

  • Set styles (enabling them and switching off any other styles):

HTML XML