docutils

This is a Sphinx auto-generated documentation of docutils for sphinx.ext.intersphinx usage.

Ussage:

# conf.py
intersphinx_mapping = {
    'docutils': ('https://sphinx-docutils.readthedocs.io/en/latest/', None)
}

This allows developers to cross-reference docutils.* objects using the sphinx.ext.intersphinx extension.

Important

The documentation is automatically generated using a fork of docutils, the latter being a mirror of docutils.

The project is automatically rebuilt using Github workflow actions when the upstream repository is updated. In particular, the documentation being served is always for the latest version of docutils.