Skip to content

Commit 9d8af89

Browse files
committed
Another hotfix to the docs (previous fixed error message only)
1 parent 2ced338 commit 9d8af89

File tree

1 file changed

+1
-1
lines changed
  • python_packages/jupyter_lsp/jupyter_lsp/specs

1 file changed

+1
-1
lines changed

python_packages/jupyter_lsp/jupyter_lsp/specs/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __call__(self, mgr: LanguageServerManagerAPI) -> KeyedLanguageServerSpecs:
6767
if cmd:
6868
break
6969

70-
if not self.is_installed(cmd): # pragma: no cover
70+
if not self.is_installed(cmd) and not BUILDING_DOCS: # pragma: no cover
7171
return {}
7272

7373
if not cmd and BUILDING_DOCS: # pragma: no cover

0 commit comments

Comments
 (0)