Sphinx extension to add a Lua domain, allowing the documentation of Lua code.
Requires Sphinx >=1.0.6 (http://sphinx.pocoo.org). Requires setuptools_git (https://github.com/ygingras/setuptools-git)
Download the package
Run python setup.py isntall.
Then, add redjack.sphinx.lua to your conf.py:
extensions = ['redjack.sphinx.lua']