sphinx-lua-ls 3.8.0__tar.gz → 3.9.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.8.0 → sphinx_lua_ls-3.9.0}/.github/workflows/ci.yaml +6 -6
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/CHANGELOG.md +14 -2
- {sphinx_lua_ls-3.8.0/sphinx_lua_ls.egg-info → sphinx_lua_ls-3.9.0}/PKG-INFO +1 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/settings.rst +4 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/pyproject.toml +10 -10
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/__init__.py +12 -17
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/_version.py +3 -3
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/domain.py +21 -12
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/lua_ls.py +30 -3
- sphinx_lua_ls-3.9.0/sphinx_lua_ls/nodes.py +23 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0/sphinx_lua_ls.egg-info}/PKG-INFO +1 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls.egg-info/SOURCES.txt +1 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-annotations.html +0 -10
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-annotations.html +0 -9
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-doctype.html +0 -3
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-global_tables.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-globals.html +0 -3
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-incongruent_export.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-index.html +0 -4
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-member_ordering.html +0 -20
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-module_title.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-nested_modules.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-nesting.html +0 -10
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-nesting_recursive.html +0 -24
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-object_types.html +0 -26
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-relative_resolve.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-require.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-signatures.html +0 -23
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-using.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-globals.html +0 -3
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-member_ordering.html +0 -20
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-module_title.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-nested_modules.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-nesting.html +0 -10
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-nesting_recursive.html +0 -24
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-object_types.html +0 -26
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-relative_resolve.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-roots-default.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-roots-single-root.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-settings-no-recursion.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-settings-simple.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/doc-annotations.html +0 -2
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/doc-directives.html +0 -62
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/doc-inherited.html +0 -1
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/doc-modules.html +0 -7
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/doc-refs.html +0 -7
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/.cl-keeper.yaml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/.github/dependabot.yml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/.gitignore +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/.pre-commit-config.yaml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/.readthedocs.yaml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/CONTRIBUTING.md +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/LICENSE +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/README.md +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/conftest.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/_extra/robots.txt +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/apidoc.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/autodoc.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/directives.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/example/.emmyrc.json +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/example/logging.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/example.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/installation.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/quickstart.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/docs/source/roles.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/setup.cfg +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/apidoc.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/autodoc.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/autoindex.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/config.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/inherited.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/intersphinx.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/objtree.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/py.typed +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/pygments.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/static/lua.css +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls/utils.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls.egg-info/dependency_links.txt +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls.egg-info/requires.txt +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/sphinx_lua_ls.egg-info/top_level.txt +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/conftest.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/.gitignore +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/lua/mod/inner.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/lua/mod.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-apidoc/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/annotations.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/globals.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/globals_2.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/member_ordering.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/module_title.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/nested_modules.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/nesting.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/object_types.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/lua/relative_resolve.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/globals.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/member_ordering.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/module_title.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/nested_modules.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/nesting.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/nesting_recursive.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/object_types.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc/src/relative_resolve.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/.emmyrc.json +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/annotations.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/doctype.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/foo/x.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/global_tables.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/globals.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/globals_2.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/incongruent_export.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/member_ordering.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/module_function.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/module_title.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/nested_modules.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/nesting.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/object_types.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/relative_resolve.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/signatures.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/lua/using.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/doctype.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/global_tables.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/globals.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/incongruent_export.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/member_ordering.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/module_function.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/module_title.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/nested_modules.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/nesting.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/nesting_recursive.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/object_types.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/relative_resolve.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/require.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/signatures.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-emmylua/src/using.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-roots/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-roots/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-roots/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-roots/lua/root_1/autodoc.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-roots/lua/root_2/autodoc.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-roots/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings/lua/autodoc.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings-override/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings-override/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings-override/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings-override/lua/autodoc.lua +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-autodoc-settings-override/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/src/directives.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/src/inherited.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/src/modules.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-doc/src/refs.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-intersphinx/Makefile +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-intersphinx/conf.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-intersphinx/index.rst +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/roots/test-intersphinx/make.bat +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_parse.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/apidoc-md-sep.yml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/apidoc-md.yml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/apidoc-rst-sep.yml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/apidoc-rst.yml +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-autoindex.html +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-autoindex.html +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-module_function.html +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-roots-no-roots.html +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/doc-autoindex.html +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression.py +0 -0
- {sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_versions.py +0 -0
|
@@ -26,17 +26,17 @@ jobs:
|
|
|
26
26
|
- name: Install dependencies
|
|
27
27
|
run: python -m pip install '.'
|
|
28
28
|
- name: Download LuaLs for Linux
|
|
29
|
-
run: python sphinx_lua_ls
|
|
29
|
+
run: python -m sphinx_lua_ls.lua_ls linux x86_64 --runtime luals ~/lua_ls_release/ubuntu-latest
|
|
30
30
|
- name: Download LuaLs for Windows
|
|
31
|
-
run: python sphinx_lua_ls
|
|
31
|
+
run: python -m sphinx_lua_ls.lua_ls win32 amd64 --runtime luals ~/lua_ls_release/windows-latest
|
|
32
32
|
- name: Download LuaLs for MacOs
|
|
33
|
-
run: python sphinx_lua_ls
|
|
33
|
+
run: python -m sphinx_lua_ls.lua_ls darwin arm --runtime luals ~/lua_ls_release/macos-latest
|
|
34
34
|
- name: Download EmmyLua for Linux
|
|
35
|
-
run: python sphinx_lua_ls
|
|
35
|
+
run: python -m sphinx_lua_ls.lua_ls linux x86_64 --runtime emmylua ~/lua_ls_release/ubuntu-latest
|
|
36
36
|
- name: Download EmmyLua for Windows
|
|
37
|
-
run: python sphinx_lua_ls
|
|
37
|
+
run: python -m sphinx_lua_ls.lua_ls win32 amd64 --runtime emmylua ~/lua_ls_release/windows-latest
|
|
38
38
|
- name: Download EmmyLua for MacOs
|
|
39
|
-
run: python sphinx_lua_ls
|
|
39
|
+
run: python -m sphinx_lua_ls.lua_ls darwin arm --runtime emmylua ~/lua_ls_release/macos-latest
|
|
40
40
|
- name: Upload artifact
|
|
41
41
|
uses: actions/upload-artifact@v4
|
|
42
42
|
with:
|
|
@@ -2,9 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.9.0] - 2026-01-23
|
|
6
|
+
|
|
7
|
+
- Fixed LaTeX build and improved rendering of multiline signatures in LaTeX ([#46]).
|
|
8
|
+
|
|
9
|
+
## [3.8.1] - 2025-12-08
|
|
10
|
+
|
|
11
|
+
- Added LuaLs 3.16.0 to the list of known broken releases ([LuaLS#3301]).
|
|
12
|
+
|
|
5
13
|
## [3.8.0] - 2025-12-03
|
|
6
14
|
|
|
7
|
-
- Added support Sphinx 9.
|
|
15
|
+
- Added support for Sphinx 9.
|
|
8
16
|
|
|
9
17
|
- Added `lua_ls_skip_versions` config option to selectively avoid certain language server
|
|
10
18
|
releases.
|
|
@@ -243,6 +251,7 @@ Initial release.
|
|
|
243
251
|
|
|
244
252
|
## [0.0.1] - 2025-03-09
|
|
245
253
|
|
|
254
|
+
[#46]:https://github.com/sphinx-contrib/lua-ls/issues/46
|
|
246
255
|
[#18]: https://github.com/sphinx-contrib/lua-ls/pull/18
|
|
247
256
|
[#19]: https://github.com/sphinx-contrib/lua-ls/pull/19
|
|
248
257
|
[#3]: https://github.com/sphinx-contrib/lua-ls/issues/3
|
|
@@ -265,6 +274,9 @@ Initial release.
|
|
|
265
274
|
[3.7.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.6.0...v3.7.0
|
|
266
275
|
[3.7.0-post1]: https://github.com/sphinx-contrib/lua-ls/compare/v3.7.0...v3.7.0-post1
|
|
267
276
|
[3.8.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.7.0-post1...v3.8.0
|
|
277
|
+
[3.8.1]: https://github.com/sphinx-contrib/lua-ls/compare/v3.8.0...v3.8.1
|
|
278
|
+
[3.9.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.8.1...v3.9.0
|
|
268
279
|
[@bkoropoff]: https://github.com/bkoropoff
|
|
269
280
|
[emmylua]: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/
|
|
270
|
-
[
|
|
281
|
+
[luals#3301]: https://github.com/LuaLS/lua-language-server/issues/3301
|
|
282
|
+
[unreleased]: https://github.com/sphinx-contrib/lua-ls/compare/v3.9.0...HEAD
|
|
@@ -63,6 +63,10 @@ Settings
|
|
|
63
63
|
This setting can be used to avoid broken releases without limiting max version
|
|
64
64
|
of the lua analyzer.
|
|
65
65
|
|
|
66
|
+
Default is to avoid known broken releases:
|
|
67
|
+
|
|
68
|
+
- LuaLs ``3.16.0`` — broken on Linux, fixed in ``3.16.1``.
|
|
69
|
+
|
|
66
70
|
.. py:data:: lua_ls_default_options
|
|
67
71
|
:type: dict[str, str]
|
|
68
72
|
|
|
@@ -35,23 +35,23 @@ dev = [
|
|
|
35
35
|
{include-group = "doc"},
|
|
36
36
|
]
|
|
37
37
|
lint = [
|
|
38
|
-
"black==25.
|
|
38
|
+
"black==25.12.0",
|
|
39
39
|
"isort==7.0.0",
|
|
40
40
|
"pre-commit==4.5.0",
|
|
41
41
|
]
|
|
42
42
|
test = [
|
|
43
|
-
"pyright==1.1.
|
|
44
|
-
"pytest==9.0.
|
|
45
|
-
"sybil==9.
|
|
46
|
-
"pytest-regressions==2.
|
|
43
|
+
"pyright==1.1.408",
|
|
44
|
+
"pytest==9.0.2",
|
|
45
|
+
"sybil==9.3.0",
|
|
46
|
+
"pytest-regressions==2.9.1",
|
|
47
47
|
"beautifulsoup4==4.14.3",
|
|
48
|
-
"myst-parser==
|
|
48
|
+
"myst-parser==5.0.0"
|
|
49
49
|
]
|
|
50
50
|
doc = [
|
|
51
|
-
"sybil==9.
|
|
52
|
-
"furo==2025.
|
|
53
|
-
"sphinx_design==0.
|
|
54
|
-
"myst-parser==
|
|
51
|
+
"sybil==9.3.0",
|
|
52
|
+
"furo==2025.12.19",
|
|
53
|
+
"sphinx_design==0.7.0",
|
|
54
|
+
"myst-parser==5.0.0"
|
|
55
55
|
]
|
|
56
56
|
|
|
57
57
|
[project.urls]
|
|
@@ -21,6 +21,7 @@ import sphinx_lua_ls.domain
|
|
|
21
21
|
import sphinx_lua_ls.inherited
|
|
22
22
|
import sphinx_lua_ls.intersphinx
|
|
23
23
|
import sphinx_lua_ls.lua_ls
|
|
24
|
+
import sphinx_lua_ls.nodes
|
|
24
25
|
import sphinx_lua_ls.objtree
|
|
25
26
|
import sphinx_lua_ls.utils
|
|
26
27
|
from sphinx_lua_ls._version import __version__, __version_tuple__
|
|
@@ -58,27 +59,13 @@ def run_lua_ls(app: sphinx.application.Sphinx):
|
|
|
58
59
|
if not modified:
|
|
59
60
|
return
|
|
60
61
|
|
|
61
|
-
min_version = domain.config.min_version
|
|
62
|
-
if min_version is None:
|
|
63
|
-
if domain.config.backend == "luals":
|
|
64
|
-
min_version = "3.0.0"
|
|
65
|
-
else:
|
|
66
|
-
min_version = "0.11.0"
|
|
67
|
-
max_version = domain.config.max_version
|
|
68
|
-
if max_version == "__auto__":
|
|
69
|
-
if domain.config.backend == "luals":
|
|
70
|
-
max_version = "4.0.0"
|
|
71
|
-
else:
|
|
72
|
-
max_version = "2.0.0"
|
|
73
|
-
skip_versions = domain.config.skip_versions
|
|
74
|
-
|
|
75
62
|
cwd = pathlib.Path.cwd()
|
|
76
63
|
try:
|
|
77
64
|
runner = sphinx_lua_ls.lua_ls.resolve(
|
|
78
65
|
backend=domain.config.backend,
|
|
79
|
-
min_version=min_version,
|
|
80
|
-
max_version=max_version,
|
|
81
|
-
skip_versions=skip_versions
|
|
66
|
+
min_version=domain.config.min_version,
|
|
67
|
+
max_version=domain.config.max_version,
|
|
68
|
+
skip_versions=domain.config.skip_versions,
|
|
82
69
|
cwd=root_dir,
|
|
83
70
|
reporter=sphinx_lua_ls.lua_ls.SphinxProgressReporter(app.verbosity),
|
|
84
71
|
install=domain.config.auto_install,
|
|
@@ -273,6 +260,14 @@ def setup(app: sphinx.application.Sphinx):
|
|
|
273
260
|
|
|
274
261
|
app.add_css_file("lua.css")
|
|
275
262
|
|
|
263
|
+
app.add_node(
|
|
264
|
+
sphinx_lua_ls.nodes.SigIndentNode,
|
|
265
|
+
latex=(
|
|
266
|
+
sphinx_lua_ls.nodes.visit_sig_indent_latex,
|
|
267
|
+
sphinx_lua_ls.nodes.depart_sig_indent_latex,
|
|
268
|
+
),
|
|
269
|
+
)
|
|
270
|
+
|
|
276
271
|
return {
|
|
277
272
|
"version": __version__,
|
|
278
273
|
"parallel_read_safe": True,
|
|
@@ -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.9.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 9, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gfa7ddc7ee'
|
|
@@ -29,6 +29,7 @@ from sphinx.util.docutils import SphinxDirective
|
|
|
29
29
|
from sphinx.util.nodes import make_id, make_refnode
|
|
30
30
|
|
|
31
31
|
import sphinx_lua_ls.config
|
|
32
|
+
import sphinx_lua_ls.nodes
|
|
32
33
|
import sphinx_lua_ls.objtree
|
|
33
34
|
from sphinx_lua_ls import utils
|
|
34
35
|
|
|
@@ -49,18 +50,23 @@ class _SigWriter:
|
|
|
49
50
|
) -> None:
|
|
50
51
|
self._signode = signode
|
|
51
52
|
self._maximum_signature_line_length = maximum_signature_line_length
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
self._line = addnodes.desc_signature_line(add_permalink=True)
|
|
55
|
-
signode += self._line
|
|
53
|
+
self._line = self._signode
|
|
56
54
|
|
|
57
55
|
def br(self):
|
|
58
|
-
self.
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
if self._signode.get("is_multiline"):
|
|
57
|
+
self._line["add_permalink"] = False
|
|
58
|
+
self._line = addnodes.desc_signature_line(add_permalink=True)
|
|
59
|
+
self._signode += self._line
|
|
60
|
+
else:
|
|
61
|
+
self._signode["is_multiline"] = True
|
|
62
|
+
self._line = addnodes.desc_signature_line("", "", *self._signode.children)
|
|
63
|
+
self._signode.clear()
|
|
64
|
+
self._signode += self._line
|
|
65
|
+
self._line = addnodes.desc_signature_line(add_permalink=True)
|
|
66
|
+
self._signode += self._line
|
|
61
67
|
|
|
62
|
-
def
|
|
63
|
-
self._line +=
|
|
68
|
+
def indent(self):
|
|
69
|
+
self._line += sphinx_lua_ls.nodes.SigIndentNode()
|
|
64
70
|
|
|
65
71
|
def name(self, txt: str):
|
|
66
72
|
self._line += addnodes.desc_sig_name(txt, txt)
|
|
@@ -120,7 +126,7 @@ class _SigWriter:
|
|
|
120
126
|
for i, (arg, typ) in enumerate(params):
|
|
121
127
|
if multiline:
|
|
122
128
|
self.br()
|
|
123
|
-
self.
|
|
129
|
+
self.indent()
|
|
124
130
|
|
|
125
131
|
if handle_optionals and arg and typ and typ.endswith("?"):
|
|
126
132
|
arg, typ = arg + "?", typ[:-1]
|
|
@@ -165,7 +171,7 @@ class _SigWriter:
|
|
|
165
171
|
for i, typ in enumerate(params):
|
|
166
172
|
if multiline:
|
|
167
173
|
self.br()
|
|
168
|
-
self.
|
|
174
|
+
self.indent()
|
|
169
175
|
|
|
170
176
|
if typ:
|
|
171
177
|
self.typ(typ, inliner)
|
|
@@ -486,7 +492,10 @@ class LuaObject(
|
|
|
486
492
|
) -> str:
|
|
487
493
|
*prefix_parts, _ = fullname.split(".")
|
|
488
494
|
prefix = ".".join(prefix_parts)
|
|
489
|
-
|
|
495
|
+
if prefix:
|
|
496
|
+
return f"{name} ({self.objtype} in {prefix})"
|
|
497
|
+
else:
|
|
498
|
+
return f"{name} ({self.objtype})"
|
|
490
499
|
|
|
491
500
|
def add_target_and_index(
|
|
492
501
|
self,
|
|
@@ -26,6 +26,10 @@ from sphinx.errors import SphinxError
|
|
|
26
26
|
from sphinx.util import logging
|
|
27
27
|
from sphinx.util.console import bold, red # type: ignore
|
|
28
28
|
|
|
29
|
+
KNOWN_BROKEN_LUA_LS_RELEASES = ["3.16.0"]
|
|
30
|
+
KNOWN_BROKEN_EMMYLUA_RELEASES = []
|
|
31
|
+
|
|
32
|
+
|
|
29
33
|
_PathLike: _t.TypeAlias = str | os.PathLike[str]
|
|
30
34
|
|
|
31
35
|
|
|
@@ -307,9 +311,9 @@ class SphinxProgressReporter(DefaultProgressReporter):
|
|
|
307
311
|
def resolve(
|
|
308
312
|
*,
|
|
309
313
|
backend: _t.Literal["emmylua", "luals"],
|
|
310
|
-
min_version: str,
|
|
314
|
+
min_version: str | None,
|
|
311
315
|
max_version: str | None,
|
|
312
|
-
skip_versions: list[str],
|
|
316
|
+
skip_versions: list[str] | None,
|
|
313
317
|
cache_path: _PathLike | None = None,
|
|
314
318
|
quiet: bool = True,
|
|
315
319
|
env: dict[str, str] | None = None,
|
|
@@ -371,6 +375,23 @@ def resolve(
|
|
|
371
375
|
if retry is None:
|
|
372
376
|
retry = urllib3.Retry(10, backoff_factor=0.1)
|
|
373
377
|
|
|
378
|
+
print(min_version, max_version, skip_versions)
|
|
379
|
+
if min_version is None:
|
|
380
|
+
if backend == "luals":
|
|
381
|
+
min_version = "3.0.0"
|
|
382
|
+
else:
|
|
383
|
+
min_version = "0.11.0"
|
|
384
|
+
if max_version == "__auto__":
|
|
385
|
+
if backend == "luals":
|
|
386
|
+
max_version = "4.0.0"
|
|
387
|
+
else:
|
|
388
|
+
max_version = "2.0.0"
|
|
389
|
+
if skip_versions is None:
|
|
390
|
+
if backend == "luals":
|
|
391
|
+
skip_versions = KNOWN_BROKEN_LUA_LS_RELEASES
|
|
392
|
+
else:
|
|
393
|
+
skip_versions = KNOWN_BROKEN_EMMYLUA_RELEASES
|
|
394
|
+
|
|
374
395
|
reporter.start()
|
|
375
396
|
try:
|
|
376
397
|
bin_path, path = _check_and_install(
|
|
@@ -960,7 +981,7 @@ if __name__ == "__main__":
|
|
|
960
981
|
parser.add_argument("machine")
|
|
961
982
|
parser.add_argument("--min", default="0.0.0")
|
|
962
983
|
parser.add_argument("--max", default=None)
|
|
963
|
-
parser.add_argument("--skip", action="append", default=
|
|
984
|
+
parser.add_argument("--skip", action="append", default=None)
|
|
964
985
|
parser.add_argument("path", type=pathlib.Path)
|
|
965
986
|
|
|
966
987
|
_logger.setLevel("DEBUG")
|
|
@@ -970,6 +991,12 @@ if __name__ == "__main__":
|
|
|
970
991
|
|
|
971
992
|
args = parser.parse_args()
|
|
972
993
|
|
|
994
|
+
if args.skip is None:
|
|
995
|
+
if args.runtime == "luals":
|
|
996
|
+
args.skip = KNOWN_BROKEN_LUA_LS_RELEASES
|
|
997
|
+
else:
|
|
998
|
+
args.skip = KNOWN_BROKEN_EMMYLUA_RELEASES
|
|
999
|
+
|
|
973
1000
|
match args.runtime:
|
|
974
1001
|
case "luals":
|
|
975
1002
|
_install_lua_ls(
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
from typing import Any
|
|
2
|
+
|
|
3
|
+
from docutils import nodes
|
|
4
|
+
from sphinx import addnodes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class SigIndentNode(addnodes.desc_sig_space):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
rawsource: str = "",
|
|
11
|
+
text: str = " ",
|
|
12
|
+
*children: nodes.Element,
|
|
13
|
+
**attributes: Any,
|
|
14
|
+
):
|
|
15
|
+
super().__init__(rawsource, text, *children, **attributes)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def visit_sig_indent_latex(self, node):
|
|
19
|
+
self.body.append("~~~~")
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
def depart_sig_indent_latex(self, node):
|
|
23
|
+
pass
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
<a class="headerlink" href="#lua-annotations.annotation_private" title="Link to this definition">
|
|
34
34
|
¶
|
|
35
35
|
</a>
|
|
36
|
-
<br/>
|
|
37
36
|
</dt>
|
|
38
37
|
<dd>
|
|
39
38
|
<p>
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
<a class="headerlink" href="#lua-annotations.annotation_protected" title="Link to this definition">
|
|
78
77
|
¶
|
|
79
78
|
</a>
|
|
80
|
-
<br/>
|
|
81
79
|
</dt>
|
|
82
80
|
<dd>
|
|
83
81
|
<p>
|
|
@@ -121,7 +119,6 @@
|
|
|
121
119
|
<a class="headerlink" href="#lua-annotations.annotation_package" title="Link to this definition">
|
|
122
120
|
¶
|
|
123
121
|
</a>
|
|
124
|
-
<br/>
|
|
125
122
|
</dt>
|
|
126
123
|
<dd>
|
|
127
124
|
<p>
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
<a class="headerlink" href="#lua-annotations.annotation_async" title="Link to this definition">
|
|
166
163
|
¶
|
|
167
164
|
</a>
|
|
168
|
-
<br/>
|
|
169
165
|
</dt>
|
|
170
166
|
<dd>
|
|
171
167
|
<p>
|
|
@@ -200,7 +196,6 @@
|
|
|
200
196
|
<a class="headerlink" href="#lua-annotations.annotation_deprecated" title="Link to this definition">
|
|
201
197
|
¶
|
|
202
198
|
</a>
|
|
203
|
-
<br/>
|
|
204
199
|
</dt>
|
|
205
200
|
<dd>
|
|
206
201
|
<p>
|
|
@@ -235,7 +230,6 @@
|
|
|
235
230
|
<a class="headerlink" href="#lua-annotations.see_one" title="Link to this definition">
|
|
236
231
|
¶
|
|
237
232
|
</a>
|
|
238
|
-
<br/>
|
|
239
233
|
</dt>
|
|
240
234
|
<dd>
|
|
241
235
|
<p>
|
|
@@ -281,7 +275,6 @@
|
|
|
281
275
|
<a class="headerlink" href="#lua-annotations.see_one_broken" title="Link to this definition">
|
|
282
276
|
¶
|
|
283
277
|
</a>
|
|
284
|
-
<br/>
|
|
285
278
|
</dt>
|
|
286
279
|
<dd>
|
|
287
280
|
<p>
|
|
@@ -325,7 +318,6 @@
|
|
|
325
318
|
<a class="headerlink" href="#lua-annotations.see_many" title="Link to this definition">
|
|
326
319
|
¶
|
|
327
320
|
</a>
|
|
328
|
-
<br/>
|
|
329
321
|
</dt>
|
|
330
322
|
<dd>
|
|
331
323
|
<p>
|
|
@@ -389,7 +381,6 @@
|
|
|
389
381
|
<a class="headerlink" href="#lua-annotations.see_many_broken" title="Link to this definition">
|
|
390
382
|
¶
|
|
391
383
|
</a>
|
|
392
|
-
<br/>
|
|
393
384
|
</dt>
|
|
394
385
|
<dd>
|
|
395
386
|
<p>
|
|
@@ -449,7 +440,6 @@
|
|
|
449
440
|
<a class="headerlink" href="#lua-annotations.see_no_text" title="Link to this definition">
|
|
450
441
|
¶
|
|
451
442
|
</a>
|
|
452
|
-
<br/>
|
|
453
443
|
</dt>
|
|
454
444
|
<dd>
|
|
455
445
|
<p>
|
{sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-annotations.html
RENAMED
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
<a class="headerlink" href="#lua-annotations.annotation_private" title="Link to this definition">
|
|
34
34
|
¶
|
|
35
35
|
</a>
|
|
36
|
-
<br/>
|
|
37
36
|
</dt>
|
|
38
37
|
<dd>
|
|
39
38
|
<p>
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
<a class="headerlink" href="#lua-annotations.annotation_protected" title="Link to this definition">
|
|
78
77
|
¶
|
|
79
78
|
</a>
|
|
80
|
-
<br/>
|
|
81
79
|
</dt>
|
|
82
80
|
<dd>
|
|
83
81
|
<p>
|
|
@@ -121,7 +119,6 @@
|
|
|
121
119
|
<a class="headerlink" href="#lua-annotations.annotation_package" title="Link to this definition">
|
|
122
120
|
¶
|
|
123
121
|
</a>
|
|
124
|
-
<br/>
|
|
125
122
|
</dt>
|
|
126
123
|
<dd>
|
|
127
124
|
<p>
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
<a class="headerlink" href="#lua-annotations.annotation_async" title="Link to this definition">
|
|
166
163
|
¶
|
|
167
164
|
</a>
|
|
168
|
-
<br/>
|
|
169
165
|
</dt>
|
|
170
166
|
<dd>
|
|
171
167
|
<p>
|
|
@@ -200,7 +196,6 @@
|
|
|
200
196
|
<a class="headerlink" href="#lua-annotations.annotation_deprecated" title="Link to this definition">
|
|
201
197
|
¶
|
|
202
198
|
</a>
|
|
203
|
-
<br/>
|
|
204
199
|
</dt>
|
|
205
200
|
<dd>
|
|
206
201
|
<p>
|
|
@@ -235,7 +230,6 @@
|
|
|
235
230
|
<a class="headerlink" href="#lua-annotations.see_one" title="Link to this definition">
|
|
236
231
|
¶
|
|
237
232
|
</a>
|
|
238
|
-
<br/>
|
|
239
233
|
</dt>
|
|
240
234
|
<dd>
|
|
241
235
|
<div class="admonition seealso">
|
|
@@ -281,7 +275,6 @@
|
|
|
281
275
|
<a class="headerlink" href="#lua-annotations.see_one_broken" title="Link to this definition">
|
|
282
276
|
¶
|
|
283
277
|
</a>
|
|
284
|
-
<br/>
|
|
285
278
|
</dt>
|
|
286
279
|
<dd>
|
|
287
280
|
<div class="admonition seealso">
|
|
@@ -325,7 +318,6 @@
|
|
|
325
318
|
<a class="headerlink" href="#lua-annotations.see_many" title="Link to this definition">
|
|
326
319
|
¶
|
|
327
320
|
</a>
|
|
328
|
-
<br/>
|
|
329
321
|
</dt>
|
|
330
322
|
<dd>
|
|
331
323
|
<div class="admonition seealso">
|
|
@@ -379,7 +371,6 @@
|
|
|
379
371
|
<a class="headerlink" href="#lua-annotations.see_many_broken" title="Link to this definition">
|
|
380
372
|
¶
|
|
381
373
|
</a>
|
|
382
|
-
<br/>
|
|
383
374
|
</dt>
|
|
384
375
|
<dd>
|
|
385
376
|
<div class="admonition seealso">
|
{sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-doctype.html
RENAMED
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
<a class="headerlink" href="#lua-doctype.x" title="Link to this definition">
|
|
39
39
|
¶
|
|
40
40
|
</a>
|
|
41
|
-
<br/>
|
|
42
41
|
</dt>
|
|
43
42
|
<dd>
|
|
44
43
|
<p>
|
|
@@ -100,7 +99,6 @@
|
|
|
100
99
|
<a class="headerlink" href="#lua-doctype.foo" title="Link to this definition">
|
|
101
100
|
¶
|
|
102
101
|
</a>
|
|
103
|
-
<br/>
|
|
104
102
|
</dt>
|
|
105
103
|
<dd>
|
|
106
104
|
<p>
|
|
@@ -140,7 +138,6 @@
|
|
|
140
138
|
<a class="headerlink" href="#lua-0" title="Link to this definition">
|
|
141
139
|
¶
|
|
142
140
|
</a>
|
|
143
|
-
<br/>
|
|
144
141
|
</dt>
|
|
145
142
|
<dd>
|
|
146
143
|
<p>
|
{sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-global_tables.html
RENAMED
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
<a class="headerlink" href="#lua-global_tables.foo" title="Link to this definition">
|
|
28
28
|
¶
|
|
29
29
|
</a>
|
|
30
|
-
<br/>
|
|
31
30
|
</dt>
|
|
32
31
|
<dd>
|
|
33
32
|
<p>
|
|
@@ -83,7 +82,6 @@
|
|
|
83
82
|
<a class="headerlink" href="#lua-GLOBAL_TABLE.foo" title="Link to this definition">
|
|
84
83
|
¶
|
|
85
84
|
</a>
|
|
86
|
-
<br/>
|
|
87
85
|
</dt>
|
|
88
86
|
<dd>
|
|
89
87
|
<p>
|
{sphinx_lua_ls-3.8.0 → sphinx_lua_ls-3.9.0}/test/test_regression/autodoc-emmylua-globals.html
RENAMED
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
<a class="headerlink" href="#lua-globals.foo" title="Link to this definition">
|
|
28
28
|
¶
|
|
29
29
|
</a>
|
|
30
|
-
<br/>
|
|
31
30
|
</dt>
|
|
32
31
|
<dd>
|
|
33
32
|
<p>
|
|
@@ -63,7 +62,6 @@
|
|
|
63
62
|
<a class="headerlink" href="#lua-GlobalsClass" title="Link to this definition">
|
|
64
63
|
¶
|
|
65
64
|
</a>
|
|
66
|
-
<br/>
|
|
67
65
|
</dt>
|
|
68
66
|
<dd>
|
|
69
67
|
<p>
|
|
@@ -102,7 +100,6 @@
|
|
|
102
100
|
<a class="headerlink" href="#lua-GLOBAL_FOO" title="Link to this definition">
|
|
103
101
|
¶
|
|
104
102
|
</a>
|
|
105
|
-
<br/>
|
|
106
103
|
</dt>
|
|
107
104
|
<dd>
|
|
108
105
|
<p>
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
<a class="headerlink" href="#lua-incongruent_export_2" title="Link to this definition">
|
|
36
36
|
¶
|
|
37
37
|
</a>
|
|
38
|
-
<br/>
|
|
39
38
|
</dt>
|
|
40
39
|
<dd>
|
|
41
40
|
<p>
|
|
@@ -70,7 +69,6 @@
|
|
|
70
69
|
<a class="headerlink" href="#lua-incongruent_export_2.foo" title="Link to this definition">
|
|
71
70
|
¶
|
|
72
71
|
</a>
|
|
73
|
-
<br/>
|
|
74
72
|
</dt>
|
|
75
73
|
<dd>
|
|
76
74
|
<p>
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
<a class="headerlink" href="#lua-autodoc.foo" title="Link to this definition">
|
|
28
28
|
¶
|
|
29
29
|
</a>
|
|
30
|
-
<br/>
|
|
31
30
|
</dt>
|
|
32
31
|
<dd>
|
|
33
32
|
<p>
|
|
@@ -62,7 +61,6 @@
|
|
|
62
61
|
<a class="headerlink" href="#lua-autodoc.baz" title="Link to this definition">
|
|
63
62
|
¶
|
|
64
63
|
</a>
|
|
65
|
-
<br/>
|
|
66
64
|
</dt>
|
|
67
65
|
<dd>
|
|
68
66
|
<p>
|
|
@@ -97,7 +95,6 @@
|
|
|
97
95
|
<a class="headerlink" href="#lua-autodoc.undoc" title="Link to this definition">
|
|
98
96
|
¶
|
|
99
97
|
</a>
|
|
100
|
-
<br/>
|
|
101
98
|
</dt>
|
|
102
99
|
<dd>
|
|
103
100
|
<dl class="field-list simple">
|
|
@@ -132,7 +129,6 @@
|
|
|
132
129
|
<a class="headerlink" href="#lua-1" title="Link to this definition">
|
|
133
130
|
¶
|
|
134
131
|
</a>
|
|
135
|
-
<br/>
|
|
136
132
|
</dt>
|
|
137
133
|
<dd>
|
|
138
134
|
<p>
|