Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 438 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 438 Bytes

Sphinx Lua Domain

Description

Sphinx extension to add a Lua domain, allowing the documentation of Lua code.

Installation

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']