]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4fb4076ebaff0fa01f63cf64847a8cc2b38ca456
treee5f7874fb92f518f1fcb5ff9299cc8f0b3c52ac8
parent0f27e649aa7ee57407b940c20194a9fed30a7394
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]