sphinx-lua-ls 3.5.0__tar.gz → 3.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/.github/workflows/ci.yaml +1 -95
- sphinx_lua_ls-3.6.0/.readthedocs.yaml +13 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/CHANGELOG.md +95 -70
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/CONTRIBUTING.md +18 -5
- {sphinx_lua_ls-3.5.0/sphinx_lua_ls.egg-info → sphinx_lua_ls-3.6.0}/PKG-INFO +9 -9
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/README.md +4 -4
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/conf.py +1 -1
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/index.rst +1 -1
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/pyproject.toml +16 -7
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/_version.py +3 -3
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/apidoc.py +1 -1
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/autodoc.py +3 -3
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/lua_ls.py +2 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0/sphinx_lua_ls.egg-info}/PKG-INFO +9 -9
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls.egg-info/SOURCES.txt +1 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-incongruent_export.html +2 -2
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/.github/dependabot.yml +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/.gitignore +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/.pre-commit-config.yaml +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/LICENSE +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/conftest.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/_extra/robots.txt +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/apidoc.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/autodoc.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/directives.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/example/.emmyrc.json +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/example/logging.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/example.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/installation.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/quickstart.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/roles.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/docs/source/settings.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/setup.cfg +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/__init__.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/autoindex.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/config.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/domain.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/inherited.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/intersphinx.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/objtree.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/py.typed +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/pygments.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/static/lua.css +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls/utils.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls.egg-info/dependency_links.txt +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls.egg-info/requires.txt +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/sphinx_lua_ls.egg-info/top_level.txt +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/conftest.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/.gitignore +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/lua/mod/inner.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/lua/mod.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-apidoc/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/annotations.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/globals.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/globals_2.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/member_ordering.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/module_title.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/nested_modules.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/nesting.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/object_types.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/lua/relative_resolve.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/globals.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/member_ordering.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/module_title.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/nested_modules.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/nesting.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/nesting_recursive.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/object_types.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc/src/relative_resolve.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/.emmyrc.json +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/annotations.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/doctype.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/foo/x.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/global_tables.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/globals.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/globals_2.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/incongruent_export.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/member_ordering.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/module_title.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/nested_modules.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/nesting.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/object_types.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/relative_resolve.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/signatures.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/lua/using.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/doctype.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/global_tables.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/globals.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/incongruent_export.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/member_ordering.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/module_title.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/nested_modules.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/nesting.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/nesting_recursive.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/object_types.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/relative_resolve.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/require.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/signatures.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-emmylua/src/using.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-roots/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-roots/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-roots/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-roots/lua/root_1/autodoc.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-roots/lua/root_2/autodoc.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-roots/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings/lua/autodoc.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings-override/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings-override/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings-override/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings-override/lua/autodoc.lua +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-autodoc-settings-override/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/src/directives.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/src/inherited.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/src/modules.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-doc/src/refs.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-intersphinx/Makefile +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-intersphinx/conf.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-intersphinx/index.rst +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/roots/test-intersphinx/make.bat +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_parse.py +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/apidoc-md-sep.yml +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/apidoc-md.yml +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/apidoc-rst-sep.yml +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/apidoc-rst.yml +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-annotations.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-autoindex.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-annotations.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-autoindex.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-doctype.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-global_tables.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-globals.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-index.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-member_ordering.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-module_title.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-nested_modules.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-nesting.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-nesting_recursive.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-object_types.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-relative_resolve.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-require.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-signatures.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-emmylua-using.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-globals.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-member_ordering.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-module_title.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-nested_modules.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-nesting.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-nesting_recursive.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-object_types.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-relative_resolve.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-roots-default.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-roots-no-roots.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-roots-single-root.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-settings-no-recursion.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/autodoc-settings-simple.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/doc-annotations.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/doc-autoindex.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/doc-directives.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/doc-inherited.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/doc-modules.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression/doc-refs.html +0 -0
- {sphinx_lua_ls-3.5.0 → sphinx_lua_ls-3.6.0}/test/test_regression.py +0 -0
|
@@ -8,17 +8,9 @@ on:
|
|
|
8
8
|
pull_request:
|
|
9
9
|
branches:
|
|
10
10
|
- main
|
|
11
|
-
types:
|
|
12
|
-
- opened
|
|
13
|
-
- reopened
|
|
14
|
-
- synchronize
|
|
15
|
-
- closed
|
|
16
|
-
|
|
17
11
|
jobs:
|
|
18
|
-
# Download LuaLs for all platforms all at once, to reduce total number of downloads.
|
|
19
12
|
prepare:
|
|
20
13
|
name: Download LuaLs
|
|
21
|
-
if: ${{ !(github.event_name == 'pull_request' && github.event.action == 'closed') }}
|
|
22
14
|
runs-on: ubuntu-latest
|
|
23
15
|
steps:
|
|
24
16
|
- name: Checkout source
|
|
@@ -52,15 +44,10 @@ jobs:
|
|
|
52
44
|
path: ~/lua_ls_release
|
|
53
45
|
include-hidden-files: true
|
|
54
46
|
retention-days: 3
|
|
55
|
-
|
|
56
|
-
# Runs main tests for the package.
|
|
57
|
-
#
|
|
58
|
-
# Runs on all events except when closing a pull request.
|
|
59
47
|
test:
|
|
60
48
|
name: Test package
|
|
61
49
|
needs:
|
|
62
50
|
- prepare
|
|
63
|
-
if: ${{ !(github.event_name == 'pull_request' && github.event.action == 'closed') }}
|
|
64
51
|
strategy:
|
|
65
52
|
fail-fast: false
|
|
66
53
|
matrix:
|
|
@@ -114,10 +101,6 @@ jobs:
|
|
|
114
101
|
- name: Check code style
|
|
115
102
|
if: ${{ matrix.type == 'code style' }}
|
|
116
103
|
run: pre-commit run -a
|
|
117
|
-
|
|
118
|
-
# Builds and publishes python packages.
|
|
119
|
-
#
|
|
120
|
-
# Only runs on tag pushes.
|
|
121
104
|
publish_to_pypi:
|
|
122
105
|
name: Publish package to PyPi
|
|
123
106
|
needs:
|
|
@@ -140,7 +123,7 @@ jobs:
|
|
|
140
123
|
run: |
|
|
141
124
|
ref="${{ github.ref }}";
|
|
142
125
|
version=${ref#refs/tags/v};
|
|
143
|
-
link="https://pypi.org/p/${
|
|
126
|
+
link="https://pypi.org/p/sphinx-lua-ls/${version}";
|
|
144
127
|
echo "version=${version}" >> $GITHUB_OUTPUT
|
|
145
128
|
echo "link=${link}" >> $GITHUB_OUTPUT
|
|
146
129
|
- name: Parse Changelog
|
|
@@ -158,11 +141,6 @@ jobs:
|
|
|
158
141
|
- name: Build project
|
|
159
142
|
run: |
|
|
160
143
|
python3 -m build .
|
|
161
|
-
- name: Publish to test pypi
|
|
162
|
-
uses: pypa/gh-action-pypi-publish@release/v1
|
|
163
|
-
with:
|
|
164
|
-
repository-url: https://test.pypi.org/legacy/
|
|
165
|
-
attestations: false
|
|
166
144
|
- name: Publish to pypi
|
|
167
145
|
uses: pypa/gh-action-pypi-publish@release/v1
|
|
168
146
|
with:
|
|
@@ -178,75 +156,3 @@ jobs:
|
|
|
178
156
|
${{ steps.changelog.outputs.changes }}
|
|
179
157
|
|
|
180
158
|
[See release on PyPi](${{ steps.metadata.outputs.link }})
|
|
181
|
-
|
|
182
|
-
# Builds sphinx documentation.
|
|
183
|
-
#
|
|
184
|
-
# Runs on all events except when closing a pull request.
|
|
185
|
-
build_docs:
|
|
186
|
-
name: Build docs
|
|
187
|
-
needs:
|
|
188
|
-
- test
|
|
189
|
-
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && !contains(github.event.ref, '.dev') }}
|
|
190
|
-
runs-on: ubuntu-latest
|
|
191
|
-
steps:
|
|
192
|
-
- name: Checkout
|
|
193
|
-
uses: actions/checkout@v4
|
|
194
|
-
with:
|
|
195
|
-
fetch-depth: 0
|
|
196
|
-
- name: Set up python 3.12
|
|
197
|
-
uses: actions/setup-python@v4
|
|
198
|
-
with:
|
|
199
|
-
python-version: 3.12
|
|
200
|
-
- name: Install package
|
|
201
|
-
run: |
|
|
202
|
-
python -m pip install --upgrade pip
|
|
203
|
-
python -m pip install . --group doc
|
|
204
|
-
- name: Download LuaLs
|
|
205
|
-
uses: actions/download-artifact@v4
|
|
206
|
-
with:
|
|
207
|
-
name: lua_ls_release
|
|
208
|
-
path: ~/lua_ls_release
|
|
209
|
-
- name: Build docs
|
|
210
|
-
env:
|
|
211
|
-
SPHINXOPTS: "-j auto -n"
|
|
212
|
-
LUA_LS_CACHE_PATH: ~/lua_ls_release/ubuntu-latest
|
|
213
|
-
run: |
|
|
214
|
-
cd docs
|
|
215
|
-
make html
|
|
216
|
-
- name: Upload artifact
|
|
217
|
-
uses: actions/upload-artifact@v4
|
|
218
|
-
with:
|
|
219
|
-
name: html_output
|
|
220
|
-
path: docs/build/html
|
|
221
|
-
include-hidden-files: true
|
|
222
|
-
|
|
223
|
-
# Builds and publishes production docs.
|
|
224
|
-
#
|
|
225
|
-
# Only runs on tag pushes.
|
|
226
|
-
publish_docs:
|
|
227
|
-
name: Publish docs to GitHub Pages
|
|
228
|
-
needs:
|
|
229
|
-
- build_docs
|
|
230
|
-
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && !contains(github.event.ref, '.dev') }}
|
|
231
|
-
concurrency:
|
|
232
|
-
group: publish-docs-${{ github.ref }}
|
|
233
|
-
cancel-in-progress: true
|
|
234
|
-
permissions: write-all
|
|
235
|
-
runs-on: ubuntu-latest
|
|
236
|
-
steps:
|
|
237
|
-
- name: Checkout
|
|
238
|
-
uses: actions/checkout@v4
|
|
239
|
-
with:
|
|
240
|
-
fetch-depth: 0
|
|
241
|
-
- name: Download artifact
|
|
242
|
-
uses: actions/download-artifact@v4
|
|
243
|
-
with:
|
|
244
|
-
name: html_output
|
|
245
|
-
path: docs/build/html
|
|
246
|
-
- name: Publish HTML
|
|
247
|
-
uses: JamesIves/github-pages-deploy-action@v4
|
|
248
|
-
with:
|
|
249
|
-
folder: docs/build/html
|
|
250
|
-
target-folder: .
|
|
251
|
-
clean-exclude: pr-preview
|
|
252
|
-
single-commit: false
|
|
@@ -1,41 +1,53 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## [3.
|
|
5
|
+
## [3.6.0] - 2025-10-17
|
|
6
|
+
|
|
7
|
+
- Adjusted styles for links in object signatures to match those produced by python domain.
|
|
8
|
+
|
|
9
|
+
- Releases are no longer uploaded to test version of PyPi.
|
|
10
|
+
|
|
11
|
+
## [3.5.0-post1] - 2025-10-03
|
|
12
|
+
|
|
13
|
+
- Migrated documentation to Read the Docs.
|
|
14
|
+
|
|
15
|
+
- Moved repository to [sphinx-contrib](https://github.com/sphinx-contrib) organization.
|
|
16
|
+
|
|
17
|
+
## [3.5.0] - 2025-10-03
|
|
6
18
|
|
|
7
19
|
- Added `autodata`, `autoattribute`, `autoclass`, and other `auto*` directives.
|
|
8
20
|
|
|
9
|
-
They work like `autoobject`, but apply their doctype to the documented object
|
|
10
|
-
|
|
21
|
+
They work like `autoobject`, but apply their doctype to the documented object (if
|
|
22
|
+
`!doctype` was set in source code, it shouldn't conflict with the used directive).
|
|
11
23
|
|
|
12
|
-
They also allow overriding object's signature, which may be useful when
|
|
13
|
-
|
|
24
|
+
They also allow overriding object's signature, which may be useful when automatically
|
|
25
|
+
generated signature is too long.
|
|
14
26
|
|
|
15
|
-
- Added `lua_ls_max_version` config option to safeguard against incompatible changes
|
|
16
|
-
|
|
27
|
+
- Added `lua_ls_max_version` config option to safeguard against incompatible changes to
|
|
28
|
+
documentation export format.
|
|
17
29
|
|
|
18
30
|
- Fixed a few more minor bugs in highlighting of Lua types.
|
|
19
31
|
|
|
20
|
-
## [3.4.0]
|
|
32
|
+
## [3.4.0] - 2025-09-28
|
|
21
33
|
|
|
22
|
-
- **Potential breaking change:** use `confdir` instead of `srcdir` as base path
|
|
23
|
-
|
|
34
|
+
- **Potential breaking change:** use `confdir` instead of `srcdir` as base path for
|
|
35
|
+
`lua_ls_project_root`.
|
|
24
36
|
|
|
25
37
|
Prior to this change, `lua_ls_project_root` was resolved relative to the directory
|
|
26
38
|
containing source `.rst` files. Documentation, however, was saying that it's resolved
|
|
27
39
|
relative to the directory with `conf.py`.
|
|
28
40
|
|
|
29
|
-
This is not an issue, because in most projects `conf.py` and source `.rst` files
|
|
30
|
-
|
|
31
|
-
|
|
41
|
+
This is not an issue, because in most projects `conf.py` and source `.rst` files are
|
|
42
|
+
located in the same directory. Still, I've decided to be consistent with other Sphinx
|
|
43
|
+
extensions and use `confdir` instead of `srcdir`.
|
|
32
44
|
|
|
33
|
-
This is a breaking change, but I don't believe there are any projects that
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
45
|
+
This is a breaking change, but I don't believe there are any projects that use separate
|
|
46
|
+
`confdir` and `srcdir` (the only reason to do this is if you're hosting multiple
|
|
47
|
+
documentation sites in the same repo.) For this reason, this change is released as a
|
|
48
|
+
minor version change.
|
|
37
49
|
|
|
38
|
-
## [3.3.0]
|
|
50
|
+
## [3.3.0] - 2025-09-28
|
|
39
51
|
|
|
40
52
|
- Added an option to extend list options (like `:exclude-members:`) without overriding
|
|
41
53
|
defaults:
|
|
@@ -47,15 +59,13 @@
|
|
|
47
59
|
|
|
48
60
|
Also added `:no-*:` options to ignore defaults.
|
|
49
61
|
|
|
50
|
-
- Improved display of members which use types instead of names,
|
|
51
|
-
|
|
62
|
+
- Improved display of members which use types instead of names, i.e. `[<type>]` ([#19] by
|
|
63
|
+
[@bkoropoff]).
|
|
52
64
|
|
|
53
65
|
- Added a warning for situations when `lua_ls_project_directories` contains directories
|
|
54
66
|
outside of the current VCS root.
|
|
55
67
|
|
|
56
|
-
[
|
|
57
|
-
|
|
58
|
-
## [3.2.0]
|
|
68
|
+
## [3.2.0] - 2025-09-02
|
|
59
69
|
|
|
60
70
|
- Updated a few dependencies. Most notably, restricted `sphinx` to `<9`.
|
|
61
71
|
|
|
@@ -65,30 +75,26 @@
|
|
|
65
75
|
|
|
66
76
|
- Done some internal refactorings.
|
|
67
77
|
|
|
68
|
-
[
|
|
69
|
-
[@bkoropoff]: https://github.com/bkoropoff
|
|
70
|
-
|
|
71
|
-
## [3.1.0]
|
|
78
|
+
## [3.1.0] - 2025-08-21
|
|
72
79
|
|
|
73
80
|
- Added pygments lexer for Lua that highlights documentation tags.
|
|
74
81
|
|
|
75
82
|
- Added option to control maximum signature length before wrapping.
|
|
76
83
|
|
|
77
|
-
- Sphinx's nitpicky mode will no longer emit warnings
|
|
78
|
-
for cross-references in signatures.
|
|
84
|
+
- Sphinx's nitpicky mode will no longer emit warnings for cross-references in signatures.
|
|
79
85
|
|
|
80
86
|
- Fixed generation of URL anchors to avoid duplicates.
|
|
81
87
|
|
|
82
88
|
- Fixed some edge cases in parsing of type expressions.
|
|
83
89
|
|
|
84
|
-
## [3.0.0]
|
|
90
|
+
## [3.0.0] - 2025-07-26
|
|
85
91
|
|
|
86
92
|
- **Breaking change:** changed how `apidoc` generates file names to avoid collisions.
|
|
87
93
|
|
|
88
94
|
- Supported [EmmyLua] as an alternative backend for documentation export.
|
|
89
95
|
|
|
90
|
-
EmmyLua was recently re-implemented in Rust, and its new language server
|
|
91
|
-
|
|
96
|
+
EmmyLua was recently re-implemented in Rust, and its new language server provides some
|
|
97
|
+
substantial benefits:
|
|
92
98
|
|
|
93
99
|
- it has stronger and more flexible type system,
|
|
94
100
|
- it handles aliases and enums way better than LuaLs,
|
|
@@ -106,8 +112,8 @@
|
|
|
106
112
|
.. lua:data:: [integer]: string
|
|
107
113
|
```
|
|
108
114
|
|
|
109
|
-
- Added `:globals:` flag for the `lua:autoobject` directive. It will allow
|
|
110
|
-
|
|
115
|
+
- Added `:globals:` flag for the `lua:autoobject` directive. It will allow automatically
|
|
116
|
+
documenting global variables defined in a module.
|
|
111
117
|
|
|
112
118
|
- The `lua:autoindex` directive now lists globals defined in a module.
|
|
113
119
|
|
|
@@ -125,8 +131,8 @@
|
|
|
125
131
|
.. lua:class:: Foo<T>
|
|
126
132
|
```
|
|
127
133
|
|
|
128
|
-
- Improved linking to Lua language documentation to take into account
|
|
129
|
-
|
|
134
|
+
- Improved linking to Lua language documentation to take into account whether an item is
|
|
135
|
+
supported for the given Lua version.
|
|
130
136
|
|
|
131
137
|
- Added the `lua:lua` role to compensate for MySt not supporting default roles.
|
|
132
138
|
|
|
@@ -136,34 +142,31 @@
|
|
|
136
142
|
Reference to a {lua}`logging.Logger.info`.
|
|
137
143
|
```
|
|
138
144
|
|
|
139
|
-
- Added the `lua:other-inherited-members` directive and `:inherited-members-table:`
|
|
140
|
-
|
|
145
|
+
- Added the `lua:other-inherited-members` directive and `:inherited-members-table:` flag
|
|
146
|
+
for the `lua:autoobject` directive.
|
|
141
147
|
|
|
142
|
-
These allow listing all members that were inherited by a class but weren't
|
|
143
|
-
|
|
148
|
+
These allow listing all members that were inherited by a class but weren't documented
|
|
149
|
+
within the class body (see [#3]).
|
|
144
150
|
|
|
145
151
|
- Supported markdown output for `apidoc`.
|
|
146
152
|
|
|
147
153
|
- Added option to separate module members into their own files for `apidoc`.
|
|
148
154
|
|
|
149
|
-
[EmmyLua]: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/
|
|
150
|
-
[#3]: https://github.com/taminomara/sphinx-lua-ls/issues/3
|
|
151
|
-
|
|
152
155
|
### Migrating to 3.0.0
|
|
153
156
|
|
|
154
157
|
- If you're using `apidoc`, you'll need to update links to your documentation.
|
|
155
158
|
|
|
156
|
-
- You'll need to explicitly specify which language server to use
|
|
157
|
-
|
|
159
|
+
- You'll need to explicitly specify which language server to use by including
|
|
160
|
+
`lua_ls_backend` to your `conf.py`.
|
|
158
161
|
|
|
159
|
-
## [2.0.1]
|
|
162
|
+
## [2.0.1] - 2025-04-12
|
|
160
163
|
|
|
161
164
|
- Fixed documentation not being rebuilt after changing lua source code.
|
|
162
165
|
|
|
163
|
-
## [2.0.0]
|
|
166
|
+
## [2.0.0] - 2025-03-16
|
|
164
167
|
|
|
165
|
-
- **Breaking change:** don't implicitly convert classes that're derived from `table`
|
|
166
|
-
|
|
168
|
+
- **Breaking change:** don't implicitly convert classes that're derived from `table` to
|
|
169
|
+
modules. Users should use a `!doctype` comment instead.
|
|
167
170
|
|
|
168
171
|
- **Breaking change:** disallow nesting modules inside classes.
|
|
169
172
|
|
|
@@ -188,11 +191,13 @@ $1--- !doctype module
|
|
|
188
191
|
$1--- @class $2
|
|
189
192
|
```
|
|
190
193
|
|
|
191
|
-
Make sure that you only use `!doctype module` on the top-level
|
|
192
|
-
|
|
193
|
-
|
|
194
|
+
Make sure that you only use `!doctype module` on the top-level tables that can be imported
|
|
195
|
+
via `require`. On other objects, use `!doctype table` instead, otherwise you'll get errors
|
|
196
|
+
that modules are not allowed within other objects.
|
|
197
|
+
|
|
198
|
+
## [2.0.0b0] - 2025-03-16
|
|
194
199
|
|
|
195
|
-
## [1.1.0]
|
|
200
|
+
## [1.1.0] - 2025-03-11
|
|
196
201
|
|
|
197
202
|
- Added support for `!doc` and `!doctype` comments.
|
|
198
203
|
|
|
@@ -200,29 +205,49 @@ use `!doctype table` instead, otherwise you'll get errors that modules are not a
|
|
|
200
205
|
|
|
201
206
|
- Allowed referring `lua:const` objects from `lua:attr` role.
|
|
202
207
|
|
|
203
|
-
- Fixed a bug when default options would not properly propagate
|
|
204
|
-
|
|
208
|
+
- Fixed a bug when default options would not properly propagate when using
|
|
209
|
+
`lua:autoobject` with `:recurse:`.
|
|
205
210
|
|
|
206
|
-
- Fixed a bug when `lua:autoobject` would deduce incorrect module paths
|
|
207
|
-
|
|
211
|
+
- Fixed a bug when `lua:autoobject` would deduce incorrect module paths when applied to
|
|
212
|
+
non-toplevel modules.
|
|
208
213
|
|
|
209
214
|
- Fixed a bug when docstring for a class would be used for undocumented function
|
|
210
215
|
parameters that have this class as their type.
|
|
211
216
|
|
|
212
217
|
- Fixed types when `lua:autoobject` would infer incorrect types for `data`.
|
|
213
218
|
|
|
214
|
-
## [1.0.0]
|
|
219
|
+
## [1.0.0] - 2025-03-09
|
|
215
220
|
|
|
216
221
|
Initial release.
|
|
217
222
|
|
|
218
|
-
[
|
|
219
|
-
|
|
220
|
-
[
|
|
221
|
-
|
|
222
|
-
[
|
|
223
|
-
|
|
224
|
-
[
|
|
225
|
-
|
|
226
|
-
[
|
|
227
|
-
[
|
|
228
|
-
[
|
|
223
|
+
## [0.0.4] - 2025-03-09
|
|
224
|
+
|
|
225
|
+
## [0.0.3] - 2025-03-09
|
|
226
|
+
|
|
227
|
+
## [0.0.2] - 2025-03-09
|
|
228
|
+
|
|
229
|
+
## [0.0.1] - 2025-03-09
|
|
230
|
+
|
|
231
|
+
[#18]: https://github.com/sphinx-contrib/lua-ls/pull/18
|
|
232
|
+
[#19]: https://github.com/sphinx-contrib/lua-ls/pull/19
|
|
233
|
+
[#3]: https://github.com/sphinx-contrib/lua-ls/issues/3
|
|
234
|
+
[0.0.1]: https://github.com/sphinx-contrib/lua-ls/releases/tag/v0.0.1
|
|
235
|
+
[0.0.2]: https://github.com/sphinx-contrib/lua-ls/compare/v0.0.1...v0.0.2
|
|
236
|
+
[0.0.3]: https://github.com/sphinx-contrib/lua-ls/compare/v0.0.2...v0.0.3
|
|
237
|
+
[0.0.4]: https://github.com/sphinx-contrib/lua-ls/compare/v0.0.3...v0.0.4
|
|
238
|
+
[1.0.0]: https://github.com/sphinx-contrib/lua-ls/compare/v0.0.4...v1.0.0
|
|
239
|
+
[1.1.0]: https://github.com/sphinx-contrib/lua-ls/compare/v1.0.0...v1.1.0
|
|
240
|
+
[2.0.0]: https://github.com/sphinx-contrib/lua-ls/compare/v2.0.0b0...v2.0.0
|
|
241
|
+
[2.0.0b0]: https://github.com/sphinx-contrib/lua-ls/compare/v1.1.0...v2.0.0b0
|
|
242
|
+
[2.0.1]: https://github.com/sphinx-contrib/lua-ls/compare/v2.0.0...v2.0.1
|
|
243
|
+
[3.0.0]: https://github.com/sphinx-contrib/lua-ls/compare/v2.0.1...v3.0.0
|
|
244
|
+
[3.1.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.0.0...v3.1.0
|
|
245
|
+
[3.2.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.1.0...v3.2.0
|
|
246
|
+
[3.3.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.2.0...v3.3.0
|
|
247
|
+
[3.4.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.3.0...v3.4.0
|
|
248
|
+
[3.5.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.4.0...v3.5.0
|
|
249
|
+
[3.5.0-post1]: https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0...v3.5.0-post1
|
|
250
|
+
[3.6.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0-post1...v3.6.0
|
|
251
|
+
[@bkoropoff]: https://github.com/bkoropoff
|
|
252
|
+
[emmylua]: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/
|
|
253
|
+
[unreleased]: https://github.com/sphinx-contrib/lua-ls/compare/v3.6.0...HEAD
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Set up your environment
|
|
4
4
|
|
|
5
|
-
1.
|
|
6
|
-
|
|
7
|
-
```shell
|
|
8
|
-
git clone git@github.com:taminomara/sphinx-lua-ls.git
|
|
9
|
-
```
|
|
5
|
+
1. Clone the repository.
|
|
10
6
|
|
|
11
7
|
2. Create a virtual environment with python `3.12` or newer.
|
|
12
8
|
|
|
@@ -58,3 +54,20 @@ make html
|
|
|
58
54
|
```
|
|
59
55
|
|
|
60
56
|
Sphinx-LuaLs will download the latest version of Lua Language Server for you.
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## Release
|
|
60
|
+
|
|
61
|
+
1. Update `changelog.md`. Make sure to update links at the end of the file.
|
|
62
|
+
|
|
63
|
+
Changelog *must* have a section for the new release, otherwise the build
|
|
64
|
+
will fail.
|
|
65
|
+
|
|
66
|
+
2. Push a git tag. You'll need a repository admin role to do so.
|
|
67
|
+
|
|
68
|
+
All tags should start with prefix `v`, and follow semantic versioning guidelines.
|
|
69
|
+
This, among other things, means that tags for beta-, post-, etc. releases
|
|
70
|
+
should have form `v1.0.0-beta0` instead of Python's `v1.0.0b0`.
|
|
71
|
+
|
|
72
|
+
3. From here, release happens automatically. PyPi package will be uploaded from
|
|
73
|
+
CI job, and documentation will be updated by Read the Docs build.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sphinx-lua-ls
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.6.0
|
|
4
4
|
Summary: Automatic documentation generation via EmmyLua/LuaLs
|
|
5
5
|
Author-email: Tamika Nomara <taminomara@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Documentation, https://
|
|
8
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: Changelog, https://github.com/
|
|
7
|
+
Project-URL: Documentation, https://sphinx-lua-ls.readthedocs.io/en/stable/
|
|
8
|
+
Project-URL: Issues, https://github.com/sphinx-contrib/lua-ls/issues
|
|
9
|
+
Project-URL: Source, https://github.com/sphinx-contrib/lua-ls/
|
|
10
|
+
Project-URL: Changelog, https://github.com/sphinx-contrib/lua-ls/blob/main/CHANGELOG.md
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -38,10 +38,10 @@ Document Lua projects using Lua Language Server's output. This plugin features:
|
|
|
38
38
|
|
|
39
39
|
## Resources
|
|
40
40
|
|
|
41
|
-
- [Documentation](https://
|
|
42
|
-
- [Installation](https://
|
|
43
|
-
- [Quickstart](https://
|
|
44
|
-
- [Example output](https://
|
|
41
|
+
- [Documentation](https://sphinx-lua-ls.readthedocs.io/en/stable/)
|
|
42
|
+
- [Installation](https://sphinx-lua-ls.readthedocs.io/en/stable/installation.html)
|
|
43
|
+
- [Quickstart](https://sphinx-lua-ls.readthedocs.io/en/stable/quickstart.html)
|
|
44
|
+
- [Example output](https://sphinx-lua-ls.readthedocs.io/en/stable/example.html)
|
|
45
45
|
|
|
46
46
|
## Requirements
|
|
47
47
|
|
|
@@ -7,10 +7,10 @@ Document Lua projects using Lua Language Server's output. This plugin features:
|
|
|
7
7
|
|
|
8
8
|
## Resources
|
|
9
9
|
|
|
10
|
-
- [Documentation](https://
|
|
11
|
-
- [Installation](https://
|
|
12
|
-
- [Quickstart](https://
|
|
13
|
-
- [Example output](https://
|
|
10
|
+
- [Documentation](https://sphinx-lua-ls.readthedocs.io/en/stable/)
|
|
11
|
+
- [Installation](https://sphinx-lua-ls.readthedocs.io/en/stable/installation.html)
|
|
12
|
+
- [Quickstart](https://sphinx-lua-ls.readthedocs.io/en/stable/quickstart.html)
|
|
13
|
+
- [Example output](https://sphinx-lua-ls.readthedocs.io/en/stable/example.html)
|
|
14
14
|
|
|
15
15
|
## Requirements
|
|
16
16
|
|
|
@@ -38,7 +38,7 @@ intersphinx_mapping = {
|
|
|
38
38
|
html_theme = "furo"
|
|
39
39
|
html_extra_path = ["_extra/robots.txt"]
|
|
40
40
|
html_theme_options = {
|
|
41
|
-
"source_repository": "https://github.com/
|
|
41
|
+
"source_repository": "https://github.com/sphinx-contrib/lua-ls",
|
|
42
42
|
"source_branch": "main",
|
|
43
43
|
"source_directory": "docs/source",
|
|
44
44
|
}
|
|
@@ -36,15 +36,15 @@ dev = [
|
|
|
36
36
|
]
|
|
37
37
|
lint = [
|
|
38
38
|
"black==25.9.0",
|
|
39
|
-
"isort==6.0
|
|
39
|
+
"isort==6.1.0",
|
|
40
40
|
"pre-commit==4.3.0",
|
|
41
41
|
]
|
|
42
42
|
test = [
|
|
43
|
-
"pyright==1.1.
|
|
43
|
+
"pyright==1.1.406",
|
|
44
44
|
"pytest==8.4.2",
|
|
45
45
|
"sybil==9.2.0",
|
|
46
46
|
"pytest-regressions==2.8.3",
|
|
47
|
-
"beautifulsoup4==4.14.
|
|
47
|
+
"beautifulsoup4==4.14.2",
|
|
48
48
|
"myst-parser==4.0.1"
|
|
49
49
|
]
|
|
50
50
|
doc = [
|
|
@@ -55,10 +55,10 @@ doc = [
|
|
|
55
55
|
]
|
|
56
56
|
|
|
57
57
|
[project.urls]
|
|
58
|
-
Documentation = "https://
|
|
59
|
-
Issues = "https://github.com/
|
|
60
|
-
Source = "https://github.com/
|
|
61
|
-
Changelog = "https://github.com/
|
|
58
|
+
Documentation = "https://sphinx-lua-ls.readthedocs.io/en/stable/"
|
|
59
|
+
Issues = "https://github.com/sphinx-contrib/lua-ls/issues"
|
|
60
|
+
Source = "https://github.com/sphinx-contrib/lua-ls/"
|
|
61
|
+
Changelog = "https://github.com/sphinx-contrib/lua-ls/blob/main/CHANGELOG.md"
|
|
62
62
|
|
|
63
63
|
[build-system]
|
|
64
64
|
requires = ["setuptools>=60", "setuptools_scm[toml]>=8", "wheel>=0.40"]
|
|
@@ -95,3 +95,12 @@ reportRedeclaration = "none"
|
|
|
95
95
|
[tool.isort]
|
|
96
96
|
profile = "black"
|
|
97
97
|
skip_gitignore = true
|
|
98
|
+
|
|
99
|
+
[tool.changelog_keeper]
|
|
100
|
+
ignore_missing_releases_before = "1.0.0"
|
|
101
|
+
|
|
102
|
+
[tool.changelog_keeper.extra_change_categories_map]
|
|
103
|
+
"(?i)migrating" = "migrating"
|
|
104
|
+
|
|
105
|
+
[tool.changelog_keeper.extra_change_categories]
|
|
106
|
+
migrating = ""
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.
|
|
32
|
-
__version_tuple__ = version_tuple = (3,
|
|
31
|
+
__version__ = version = '3.6.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 6, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g0d780b908'
|
|
@@ -109,7 +109,7 @@ def generate(
|
|
|
109
109
|
msg = (
|
|
110
110
|
"Running Lua apidoc on case-insensitive file system."
|
|
111
111
|
"\nIf you experience issues, see documentation for potential solutions:"
|
|
112
|
-
"\n https://
|
|
112
|
+
"\n https://sphinx-lua-ls.readthedocs.io/en/stable/settings.html#lua_ls_apidoc_separate_members"
|
|
113
113
|
)
|
|
114
114
|
if sys.platform == "win32" and is_case_insensitive:
|
|
115
115
|
msg += (
|
|
@@ -659,9 +659,9 @@ class AutodocDirectiveMixin(AutodocUtilsMixin):
|
|
|
659
659
|
|
|
660
660
|
if self.root.require_type:
|
|
661
661
|
typ = utils.normalize_type(self.root.require_type)
|
|
662
|
-
ref_nodes, warn_nodes = sphinx_lua_ls.domain.LuaXRefRole(
|
|
663
|
-
|
|
664
|
-
)
|
|
662
|
+
ref_nodes, warn_nodes = sphinx_lua_ls.domain.LuaXRefRole(
|
|
663
|
+
innernodeclass=sphinx.addnodes.desc_sig_name
|
|
664
|
+
)("lua:obj", typ, typ, 0, self.state.inliner)
|
|
665
665
|
content_node += docutils.nodes.paragraph(
|
|
666
666
|
"",
|
|
667
667
|
"",
|
|
@@ -330,6 +330,8 @@ def resolve(
|
|
|
330
330
|
path where LuaLs binaries should be downloaded to.
|
|
331
331
|
:param min_version:
|
|
332
332
|
minimal LuaLs version required.
|
|
333
|
+
:param max_version:
|
|
334
|
+
maximal LuaLs version required. Version is not limited is `None`.
|
|
333
335
|
:param quiet:
|
|
334
336
|
if true (default), any output from the LuaLs binary is hidden.
|
|
335
337
|
:param env:
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sphinx-lua-ls
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.6.0
|
|
4
4
|
Summary: Automatic documentation generation via EmmyLua/LuaLs
|
|
5
5
|
Author-email: Tamika Nomara <taminomara@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Documentation, https://
|
|
8
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: Changelog, https://github.com/
|
|
7
|
+
Project-URL: Documentation, https://sphinx-lua-ls.readthedocs.io/en/stable/
|
|
8
|
+
Project-URL: Issues, https://github.com/sphinx-contrib/lua-ls/issues
|
|
9
|
+
Project-URL: Source, https://github.com/sphinx-contrib/lua-ls/
|
|
10
|
+
Project-URL: Changelog, https://github.com/sphinx-contrib/lua-ls/blob/main/CHANGELOG.md
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -38,10 +38,10 @@ Document Lua projects using Lua Language Server's output. This plugin features:
|
|
|
38
38
|
|
|
39
39
|
## Resources
|
|
40
40
|
|
|
41
|
-
- [Documentation](https://
|
|
42
|
-
- [Installation](https://
|
|
43
|
-
- [Quickstart](https://
|
|
44
|
-
- [Example output](https://
|
|
41
|
+
- [Documentation](https://sphinx-lua-ls.readthedocs.io/en/stable/)
|
|
42
|
+
- [Installation](https://sphinx-lua-ls.readthedocs.io/en/stable/installation.html)
|
|
43
|
+
- [Quickstart](https://sphinx-lua-ls.readthedocs.io/en/stable/quickstart.html)
|
|
44
|
+
- [Example output](https://sphinx-lua-ls.readthedocs.io/en/stable/example.html)
|
|
45
45
|
|
|
46
46
|
## Requirements
|
|
47
47
|
|