Docs: An initial automarkup extension for sphinx
authorJonathan Corbet <corbet@lwn.net>
Thu, 25 Apr 2019 13:55:07 +0000 (07:55 -0600)
committerJonathan Corbet <corbet@lwn.net>
Wed, 26 Jun 2019 17:14:09 +0000 (11:14 -0600)
commitd74b0d31dddeac2b44c715588d53d9a1e5b1158e
treee5f7874fb92f518f1fcb5ff9299cc8f0b3c52ac8
parent0f48a2441613d39db50fb12cc739455ef7f1921f
Docs: An initial automarkup extension for sphinx

Rather than fill our text files with :c:func:`function()` syntax, just do
the markup via a hook into the sphinx build process.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py
Documentation/sphinx/automarkup.py [new file with mode: 0644]