Sphinx extension to add a Lua domain, allowing the documentation of Lua code.
Requires Sphinx >=1.0.6.
Requires setuptools-git.
Download the package
Run python setup.py install
.
Then, add redjack.sphinx.lua
to your conf.py:
extensions = ['redjack.sphinx.lua']