RST Documentation Style Checker

2.0.0 · active · verified Sun Apr 12

doc8 is an opinionated style checker for reStructuredText (RST) based documentation, including Sphinx-compatible projects. It helps enforce style guidelines for `.rst` and plain text files. The library is currently at version 2.0.0, with a release cadence that addresses Python compatibility, bugfixes, and minor enhancements.

Warnings

Install

Imports

Quickstart

Run doc8 against a directory containing your reStructuredText documentation to check for style violations.

pip install doc8
doc8 path/to/your/docs

view raw JSON →