Skip to content

Commit 160ff12

Browse files
committed
remove troublesome link in block quote
1 parent 64fd95f commit 160ff12

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/Configuring.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"\n",
137137
"> default: `True`\n",
138138
"\n",
139-
"`jupyter-lsp` will look for all\n",
139+
"If `True`, `jupyter-lsp` will look for all\n",
140140
"[known language servers](#installing-language-servers). User-configured\n",
141141
"`language_servers` of the same implementation will be preferred over\n",
142142
"`autodetect`ed ones."

docs/Language Servers.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"servers in the tables below, use one of the suggested package managers to\n",
1212
"install them: these implementations are tested to work with `jupyter-lsp`.\n",
1313
"\n",
14-
"> _You can disable this feature by configuring_ >\n",
15-
"> _[autodetect](./Configuring.ipynb#autodetect)_\n",
14+
"- _You can disable this feature by configuring_\n",
15+
" [autodetect](./Configuring.ipynb#autodetect)\n",
1616
"\n",
1717
"If you do not see a language you would like, but can find it one of these lists:\n",
1818
"\n",

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# pylint: disable=invalid-name,redefined-builtin,import-error
44

55
import pathlib
6-
import sys
76
import subprocess
7+
import sys
8+
89
import nbsphinx
910

1011
HERE = pathlib.Path(__file__).parent

0 commit comments

Comments
 (0)