Releases: boolangery/sphinx-lua
Releases · boolangery/sphinx-lua
1.1.4
What's Changed
- License changed from MIT to GPL3
- You can now pass these options in
conf.py
:
lua_source_encoding = 'utf8'
lua_source_comment_prefix = '---'
lua_source_use_emmy_lua_syntax = True
lua_source_private_prefix = '_'