Sphinx documentation system ๐
Sphinx converts source files written in reStructuredText (reST) or Markdown into HTML or other formats. It is written in Python, is highly configurable, themable, and forms the basis for many docs-as-code systems (such as Read the docs).
I use Sphinx both professionally and personally (for example, on this website!), and have some tips to offer, as well as information about theming sphinx and developing your own themes.
In this section ๐
Learn more ๐
Docutils -- The underlying build system that defines the reST syntax and its capabilities.
