Skip to content

Releases: boolangery/sphinx-lua

1.1.4

11 Feb 19:35
Compare
Choose a tag to compare

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 = '_'