sphinx-lua-ls 3.6.0__tar.gz → 3.7.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.7.0/.cl-keeper.yaml +7 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/CHANGELOG.md +8 -1
- {sphinx_lua_ls-3.6.0/sphinx_lua_ls.egg-info → sphinx_lua_ls-3.7.0}/PKG-INFO +1 -1
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/autodoc.rst +2 -2
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/settings.rst +3 -9
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/pyproject.toml +5 -14
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/_version.py +3 -3
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/objtree.py +4 -3
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0/sphinx_lua_ls.egg-info}/PKG-INFO +1 -1
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls.egg-info/SOURCES.txt +4 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/annotations.lua +7 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/annotations.rst +2 -0
- {sphinx_lua_ls-3.6.0/test/roots/test-autodoc-settings → sphinx_lua_ls-3.7.0/test/roots/test-autodoc-emmylua}/conf.py +3 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/index.rst +2 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/.emmyrc.json +1 -6
- sphinx_lua_ls-3.7.0/test/roots/test-autodoc-emmylua/lua/module_function.lua +2 -0
- sphinx_lua_ls-3.7.0/test/roots/test-autodoc-emmylua/src/module_function.rst +6 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-annotations.html +56 -2
- sphinx_lua_ls-3.7.0/test/test_regression/autodoc-emmylua-module_function.html +20 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression.py +1 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/.github/dependabot.yml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/.github/workflows/ci.yaml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/.gitignore +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/.pre-commit-config.yaml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/.readthedocs.yaml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/CONTRIBUTING.md +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/LICENSE +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/README.md +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/conftest.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/_extra/robots.txt +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/apidoc.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/directives.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/example/.emmyrc.json +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/example/logging.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/example.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/installation.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/quickstart.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/docs/source/roles.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/setup.cfg +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/__init__.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/apidoc.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/autodoc.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/autoindex.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/config.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/domain.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/inherited.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/intersphinx.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/lua_ls.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/py.typed +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/pygments.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/static/lua.css +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls/utils.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls.egg-info/dependency_links.txt +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls.egg-info/requires.txt +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/sphinx_lua_ls.egg-info/top_level.txt +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/conftest.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/.gitignore +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/lua/mod/inner.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/lua/mod.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-apidoc/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/globals.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/globals_2.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/member_ordering.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/module_title.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/nested_modules.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/nesting.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/object_types.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/relative_resolve.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/globals.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/member_ordering.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/module_title.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/nested_modules.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/nesting.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/nesting_recursive.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/object_types.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/relative_resolve.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/annotations.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/doctype.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/foo/x.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/global_tables.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/globals.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/globals_2.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/incongruent_export.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/member_ordering.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/module_title.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/nested_modules.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/nesting.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/object_types.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/relative_resolve.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/signatures.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/using.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/doctype.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/global_tables.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/globals.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/incongruent_export.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/member_ordering.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/module_title.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/nested_modules.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/nesting.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/nesting_recursive.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/object_types.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/relative_resolve.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/require.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/signatures.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/using.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/lua/root_1/autodoc.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/lua/root_2/autodoc.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings/Makefile +0 -0
- {sphinx_lua_ls-3.6.0/test/roots/test-autodoc-emmylua → sphinx_lua_ls-3.7.0/test/roots/test-autodoc-settings}/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings/lua/autodoc.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/lua/autodoc.lua +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/src/annotations.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/src/autoindex.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/src/directives.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/src/inherited.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/src/modules.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-doc/src/refs.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-intersphinx/Makefile +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-intersphinx/conf.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-intersphinx/index.rst +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-intersphinx/make.bat +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_parse.py +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/apidoc-md-sep.yml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/apidoc-md.yml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/apidoc-rst-sep.yml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/apidoc-rst.yml +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-autoindex.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-annotations.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-autoindex.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-doctype.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-global_tables.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-globals.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-incongruent_export.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-index.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-member_ordering.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-module_title.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-nested_modules.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-nesting.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-nesting_recursive.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-object_types.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-relative_resolve.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-require.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-signatures.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-using.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-globals.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-member_ordering.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-module_title.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-nested_modules.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-nesting.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-nesting_recursive.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-object_types.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-relative_resolve.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-roots-default.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-roots-no-roots.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-roots-single-root.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-settings-no-recursion.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-settings-simple.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/doc-annotations.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/doc-autoindex.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/doc-directives.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/doc-inherited.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/doc-modules.html +0 -0
- {sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/doc-refs.html +0 -0
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.7.0] - 2025-11-14
|
|
6
|
+
|
|
7
|
+
- Fixed parsing of `@see` annotations with LuaLs backend.
|
|
8
|
+
|
|
9
|
+
- Fixed parsing of EmmyLua output after they removed `classDefaultCall` setting.
|
|
10
|
+
|
|
5
11
|
## [3.6.0] - 2025-10-17
|
|
6
12
|
|
|
7
13
|
- Adjusted styles for links in object signatures to match those produced by python domain.
|
|
@@ -248,6 +254,7 @@ Initial release.
|
|
|
248
254
|
[3.5.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.4.0...v3.5.0
|
|
249
255
|
[3.5.0-post1]: https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0...v3.5.0-post1
|
|
250
256
|
[3.6.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.5.0-post1...v3.6.0
|
|
257
|
+
[3.7.0]: https://github.com/sphinx-contrib/lua-ls/compare/v3.6.0...v3.7.0
|
|
251
258
|
[@bkoropoff]: https://github.com/bkoropoff
|
|
252
259
|
[emmylua]: https://github.com/EmmyLuaLs/emmylua-analyzer-rust/
|
|
253
|
-
[unreleased]: https://github.com/sphinx-contrib/lua-ls/compare/v3.
|
|
260
|
+
[unreleased]: https://github.com/sphinx-contrib/lua-ls/compare/v3.7.0...HEAD
|
|
@@ -228,7 +228,7 @@ Autodoc directives
|
|
|
228
228
|
.. rst:directive:option:: class-doc-from: class | ctor | both | separate
|
|
229
229
|
|
|
230
230
|
Specifies how to generate documentation for classes
|
|
231
|
-
if :py:data:`
|
|
231
|
+
if :py:data:`lua_ls_class_default_function_name` is configured.
|
|
232
232
|
|
|
233
233
|
Options are:
|
|
234
234
|
|
|
@@ -245,7 +245,7 @@ Autodoc directives
|
|
|
245
245
|
.. rst:directive:option:: class-signature: bases | ctor | both | minimal
|
|
246
246
|
|
|
247
247
|
Specifies how to generate signatures for classes
|
|
248
|
-
if :py:data:`
|
|
248
|
+
if :py:data:`lua_ls_class_default_function_name` is configured.
|
|
249
249
|
|
|
250
250
|
Options are:
|
|
251
251
|
|
|
@@ -89,7 +89,7 @@ Settings
|
|
|
89
89
|
.. lua:autoobject:: foo
|
|
90
90
|
:no-undoc-members:
|
|
91
91
|
|
|
92
|
-
.. py:data::
|
|
92
|
+
.. py:data:: lua_ls_class_default_function_name
|
|
93
93
|
:type: str
|
|
94
94
|
|
|
95
95
|
Allows specifying which class method represents a class constructor.
|
|
@@ -98,22 +98,16 @@ Settings
|
|
|
98
98
|
:rst:dir:`lua:autoobject:class-doc-from`
|
|
99
99
|
and :rst:dir:`lua:autoobject:class-signature` options.
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
.. py:data:: class_default_force_non_colon
|
|
101
|
+
.. py:data:: lua_ls_class_default_force_non_colon
|
|
104
102
|
:type:
|
|
105
103
|
|
|
106
104
|
If ``True``, Sphinx-LuaLs will remove ``self`` from class constructor's signature.
|
|
107
105
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
.. py:data:: class_default_force_return_self
|
|
106
|
+
.. py:data:: lua_ls_class_default_force_return_self
|
|
111
107
|
:type:
|
|
112
108
|
|
|
113
109
|
If ``True``, Sphinx-LuaLs will replace class constructor's return type with ``self``.
|
|
114
110
|
|
|
115
|
-
If using EmmyLua as lua analyzer, this option will be inferred from ``.emmyrc.json``.
|
|
116
|
-
|
|
117
111
|
.. py:data:: lua_ls_lua_version
|
|
118
112
|
:type: str
|
|
119
113
|
|
|
@@ -35,13 +35,13 @@ dev = [
|
|
|
35
35
|
{include-group = "doc"},
|
|
36
36
|
]
|
|
37
37
|
lint = [
|
|
38
|
-
"black==25.
|
|
39
|
-
"isort==
|
|
40
|
-
"pre-commit==4.
|
|
38
|
+
"black==25.11.0",
|
|
39
|
+
"isort==7.0.0",
|
|
40
|
+
"pre-commit==4.4.0",
|
|
41
41
|
]
|
|
42
42
|
test = [
|
|
43
|
-
"pyright==1.1.
|
|
44
|
-
"pytest==
|
|
43
|
+
"pyright==1.1.407",
|
|
44
|
+
"pytest==9.0.1",
|
|
45
45
|
"sybil==9.2.0",
|
|
46
46
|
"pytest-regressions==2.8.3",
|
|
47
47
|
"beautifulsoup4==4.14.2",
|
|
@@ -95,12 +95,3 @@ 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.7.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 7, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'ge31f54a0d'
|
|
@@ -153,7 +153,7 @@ class DocstringMixin:
|
|
|
153
153
|
else:
|
|
154
154
|
rejected_see_lines.append(see_line)
|
|
155
155
|
else:
|
|
156
|
-
if match := re.
|
|
156
|
+
if match := re.search(
|
|
157
157
|
r"""
|
|
158
158
|
^
|
|
159
159
|
See:[ ]
|
|
@@ -169,6 +169,7 @@ class DocstringMixin:
|
|
|
169
169
|
):
|
|
170
170
|
typ = match.group("type") or match.group("rejected_type")
|
|
171
171
|
doc = match.group("doc") or match.group("rejected_doc") or ""
|
|
172
|
+
doc = doc.strip()
|
|
172
173
|
if doc:
|
|
173
174
|
doc = ": " + doc
|
|
174
175
|
see_lines.append(f":lua:obj:`{typ}`{doc}")
|
|
@@ -961,8 +962,8 @@ class EmmyLuaParser(Parser):
|
|
|
961
962
|
def parse(self, json, path: str | pathlib.Path):
|
|
962
963
|
self.path = pathlib.Path(path).expanduser().resolve()
|
|
963
964
|
|
|
964
|
-
class_default_config = json["config"]["runtime"]
|
|
965
|
-
if class_default_config
|
|
965
|
+
class_default_config = json["config"]["runtime"].get("classDefaultCall")
|
|
966
|
+
if class_default_config and class_default_config.get("functionName"):
|
|
966
967
|
self.class_default_function_name = class_default_config["functionName"]
|
|
967
968
|
self.class_default_force_non_colon = class_default_config["forceNonColon"]
|
|
968
969
|
self.class_default_force_return_self = class_default_config[
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
.cl-keeper.yaml
|
|
1
2
|
.gitignore
|
|
2
3
|
.pre-commit-config.yaml
|
|
3
4
|
.readthedocs.yaml
|
|
@@ -70,6 +71,7 @@ test/roots/test-autodoc-emmylua/lua/globals.lua
|
|
|
70
71
|
test/roots/test-autodoc-emmylua/lua/globals_2.lua
|
|
71
72
|
test/roots/test-autodoc-emmylua/lua/incongruent_export.lua
|
|
72
73
|
test/roots/test-autodoc-emmylua/lua/member_ordering.lua
|
|
74
|
+
test/roots/test-autodoc-emmylua/lua/module_function.lua
|
|
73
75
|
test/roots/test-autodoc-emmylua/lua/module_title.lua
|
|
74
76
|
test/roots/test-autodoc-emmylua/lua/nested_modules.lua
|
|
75
77
|
test/roots/test-autodoc-emmylua/lua/nesting.lua
|
|
@@ -85,6 +87,7 @@ test/roots/test-autodoc-emmylua/src/global_tables.rst
|
|
|
85
87
|
test/roots/test-autodoc-emmylua/src/globals.rst
|
|
86
88
|
test/roots/test-autodoc-emmylua/src/incongruent_export.rst
|
|
87
89
|
test/roots/test-autodoc-emmylua/src/member_ordering.rst
|
|
90
|
+
test/roots/test-autodoc-emmylua/src/module_function.rst
|
|
88
91
|
test/roots/test-autodoc-emmylua/src/module_title.rst
|
|
89
92
|
test/roots/test-autodoc-emmylua/src/nested_modules.rst
|
|
90
93
|
test/roots/test-autodoc-emmylua/src/nesting.rst
|
|
@@ -157,6 +160,7 @@ test/test_regression/autodoc-emmylua-globals.html
|
|
|
157
160
|
test/test_regression/autodoc-emmylua-incongruent_export.html
|
|
158
161
|
test/test_regression/autodoc-emmylua-index.html
|
|
159
162
|
test/test_regression/autodoc-emmylua-member_ordering.html
|
|
163
|
+
test/test_regression/autodoc-emmylua-module_function.html
|
|
160
164
|
test/test_regression/autodoc-emmylua-module_title.html
|
|
161
165
|
test/test_regression/autodoc-emmylua-nested_modules.html
|
|
162
166
|
test/test_regression/autodoc-emmylua-nesting.html
|
|
@@ -25,20 +25,27 @@ function annotations.annotation_async() end
|
|
|
25
25
|
--- @deprecated
|
|
26
26
|
function annotations.annotation_deprecated() end
|
|
27
27
|
|
|
28
|
+
--- Description.
|
|
28
29
|
--- @see annotations text
|
|
29
30
|
--- @deprecated
|
|
30
31
|
function annotations.see_one() end
|
|
31
32
|
|
|
33
|
+
--- Description.
|
|
32
34
|
--- @see xyz text
|
|
33
35
|
--- @deprecated
|
|
34
36
|
function annotations.see_one_broken() end
|
|
35
37
|
|
|
38
|
+
--- Description.
|
|
36
39
|
--- @see annotations.annotation_private text 1
|
|
37
40
|
--- @see annotations.annotation_protected text 2
|
|
38
41
|
--- @deprecated
|
|
39
42
|
function annotations.see_many() end
|
|
40
43
|
|
|
44
|
+
--- Description.
|
|
41
45
|
--- @see xyz text 1
|
|
42
46
|
--- @see abc text 2
|
|
43
47
|
--- @deprecated
|
|
44
48
|
function annotations.see_many_broken() end
|
|
49
|
+
|
|
50
|
+
--- @see load
|
|
51
|
+
function annotations.see_no_text() end
|
|
@@ -5,11 +5,13 @@ Test autodoc
|
|
|
5
5
|
|
|
6
6
|
src/annotations.rst
|
|
7
7
|
src/autoindex.rst
|
|
8
|
+
src/doctype.rst
|
|
8
9
|
src/globals.rst
|
|
9
10
|
src/global_tables.rst
|
|
10
11
|
src/incongruent_export.rst
|
|
11
12
|
src/member_ordering.rst
|
|
12
13
|
src/module_title.rst
|
|
14
|
+
src/module_function.rst
|
|
13
15
|
src/nested_modules.rst
|
|
14
16
|
src/nesting_recursive.rst
|
|
15
17
|
src/nesting.rst
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/.emmyrc.json
RENAMED
|
@@ -34,12 +34,7 @@
|
|
|
34
34
|
"requireLikeFunction": [],
|
|
35
35
|
"frameworkVersions": [],
|
|
36
36
|
"extensions": [],
|
|
37
|
-
"requirePattern": []
|
|
38
|
-
"classDefaultCall": {
|
|
39
|
-
"functionName": "__init",
|
|
40
|
-
"forceNonColon": true,
|
|
41
|
-
"forceReturnSelf": true
|
|
42
|
-
}
|
|
37
|
+
"requirePattern": []
|
|
43
38
|
},
|
|
44
39
|
"workspace": {
|
|
45
40
|
"ignoreDir": [],
|
|
@@ -238,6 +238,9 @@
|
|
|
238
238
|
<br/>
|
|
239
239
|
</dt>
|
|
240
240
|
<dd>
|
|
241
|
+
<p>
|
|
242
|
+
Description.
|
|
243
|
+
</p>
|
|
241
244
|
<p>
|
|
242
245
|
See
|
|
243
246
|
<a class="reference internal" href="#lua-annotations" title="annotations">
|
|
@@ -247,7 +250,7 @@
|
|
|
247
250
|
</span>
|
|
248
251
|
</code>
|
|
249
252
|
</a>
|
|
250
|
-
:
|
|
253
|
+
: text
|
|
251
254
|
</p>
|
|
252
255
|
<dl class="field-list simple">
|
|
253
256
|
</dl>
|
|
@@ -281,6 +284,9 @@
|
|
|
281
284
|
<br/>
|
|
282
285
|
</dt>
|
|
283
286
|
<dd>
|
|
287
|
+
<p>
|
|
288
|
+
Description.
|
|
289
|
+
</p>
|
|
284
290
|
<p>
|
|
285
291
|
See
|
|
286
292
|
<code class="xref lua lua-obj docutils literal notranslate">
|
|
@@ -288,7 +294,7 @@
|
|
|
288
294
|
xyz
|
|
289
295
|
</span>
|
|
290
296
|
</code>
|
|
291
|
-
:
|
|
297
|
+
: text
|
|
292
298
|
</p>
|
|
293
299
|
<dl class="field-list simple">
|
|
294
300
|
</dl>
|
|
@@ -322,6 +328,9 @@
|
|
|
322
328
|
<br/>
|
|
323
329
|
</dt>
|
|
324
330
|
<dd>
|
|
331
|
+
<p>
|
|
332
|
+
Description.
|
|
333
|
+
</p>
|
|
325
334
|
<p>
|
|
326
335
|
See:
|
|
327
336
|
</p>
|
|
@@ -383,6 +392,9 @@
|
|
|
383
392
|
<br/>
|
|
384
393
|
</dt>
|
|
385
394
|
<dd>
|
|
395
|
+
<p>
|
|
396
|
+
Description.
|
|
397
|
+
</p>
|
|
386
398
|
<p>
|
|
387
399
|
See:
|
|
388
400
|
</p>
|
|
@@ -412,6 +424,48 @@
|
|
|
412
424
|
</dl>
|
|
413
425
|
</dd>
|
|
414
426
|
</dl>
|
|
427
|
+
<dl class="lua function">
|
|
428
|
+
<dt class="sig sig-object lua" id="lua-annotations.see_no_text">
|
|
429
|
+
<span class="sig-prename descclassname">
|
|
430
|
+
<span class="pre">
|
|
431
|
+
annotations.
|
|
432
|
+
</span>
|
|
433
|
+
</span>
|
|
434
|
+
<span class="sig-name descname">
|
|
435
|
+
<span class="pre">
|
|
436
|
+
see_no_text
|
|
437
|
+
</span>
|
|
438
|
+
</span>
|
|
439
|
+
<span class="p">
|
|
440
|
+
<span class="pre">
|
|
441
|
+
(
|
|
442
|
+
</span>
|
|
443
|
+
</span>
|
|
444
|
+
<span class="p">
|
|
445
|
+
<span class="pre">
|
|
446
|
+
)
|
|
447
|
+
</span>
|
|
448
|
+
</span>
|
|
449
|
+
<a class="headerlink" href="#lua-annotations.see_no_text" title="Link to this definition">
|
|
450
|
+
¶
|
|
451
|
+
</a>
|
|
452
|
+
<br/>
|
|
453
|
+
</dt>
|
|
454
|
+
<dd>
|
|
455
|
+
<p>
|
|
456
|
+
See
|
|
457
|
+
<a class="reference external" href="https://www.lua.org/manual/5.4/manual.html#pdf-load">
|
|
458
|
+
<code class="xref lua lua-obj docutils literal notranslate">
|
|
459
|
+
<span class="pre">
|
|
460
|
+
load
|
|
461
|
+
</span>
|
|
462
|
+
</code>
|
|
463
|
+
</a>
|
|
464
|
+
</p>
|
|
465
|
+
<dl class="field-list simple">
|
|
466
|
+
</dl>
|
|
467
|
+
</dd>
|
|
468
|
+
</dl>
|
|
415
469
|
<p>
|
|
416
470
|
Ref:
|
|
417
471
|
<a class="reference internal" href="#lua-annotations.annotation_deprecated" title="annotations.annotation_deprecated">
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<div class="regression docutils container">
|
|
2
|
+
<p id="lua-module_function">
|
|
3
|
+
Documentation.
|
|
4
|
+
</p>
|
|
5
|
+
<p>
|
|
6
|
+
<strong>
|
|
7
|
+
Require:
|
|
8
|
+
</strong>
|
|
9
|
+
<code class="docutils literal notranslate">
|
|
10
|
+
<span class="pre">
|
|
11
|
+
require_2("module_function"):
|
|
12
|
+
</span>
|
|
13
|
+
<span class="xref lua lua-obj n">
|
|
14
|
+
<span class="pre">
|
|
15
|
+
fun()
|
|
16
|
+
</span>
|
|
17
|
+
</span>
|
|
18
|
+
</code>
|
|
19
|
+
</p>
|
|
20
|
+
</div>
|
|
@@ -94,6 +94,7 @@ def test_autodoc_regression(app, src, file_regression):
|
|
|
94
94
|
"src/globals.html",
|
|
95
95
|
"src/incongruent_export.html",
|
|
96
96
|
"src/member_ordering.html",
|
|
97
|
+
"src/module_function.html",
|
|
97
98
|
"src/module_title.html",
|
|
98
99
|
"src/nested_modules.html",
|
|
99
100
|
"src/nesting_recursive.html",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/lua/relative_resolve.lua
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/nesting_recursive.rst
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc/src/relative_resolve.rst
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/annotations.lua
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/global_tables.lua
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/globals_2.lua
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/member_ordering.lua
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/module_title.lua
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/nested_modules.lua
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/object_types.lua
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/relative_resolve.lua
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/lua/signatures.lua
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/annotations.rst
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/autoindex.rst
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/global_tables.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/member_ordering.rst
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/module_title.rst
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/nested_modules.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/object_types.rst
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/relative_resolve.rst
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-emmylua/src/signatures.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/lua/root_1/autodoc.lua
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-roots/lua/root_2/autodoc.lua
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings/lua/autodoc.lua
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/Makefile
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/conf.py
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/roots/test-autodoc-settings-override/make.bat
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-annotations.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-autoindex.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-doctype.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-global_tables.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-globals.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-module_title.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-nested_modules.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-nesting.html
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-object_types.html
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-require.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-emmylua-signatures.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-member_ordering.html
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-nested_modules.html
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-nesting_recursive.html
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-relative_resolve.html
RENAMED
|
File without changes
|
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-roots-no-roots.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-roots-single-root.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-settings-no-recursion.html
RENAMED
|
File without changes
|
{sphinx_lua_ls-3.6.0 → sphinx_lua_ls-3.7.0}/test/test_regression/autodoc-settings-simple.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|