Skip to content

Commit 0456295

Browse files
committed
Add forgotten param to docs
1 parent 617c5ac commit 0456295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sphinx_lua_ls/lua_ls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ def resolve(
330330
path where LuaLs binaries should be downloaded to.
331331
:param min_version:
332332
minimal LuaLs version required.
333+
:param max_version:
334+
maximal LuaLs version required. Version is not limited is `None`.
333335
:param quiet:
334336
if true (default), any output from the LuaLs binary is hidden.
335337
:param env:

0 commit comments

Comments
 (0)