Skip to content

Commit 6793892

Browse files
committed
Merge remote-tracking branch 'upstream/master' into interface/diagnostics_panel/fix-caret-icons
2 parents cd0e362 + 38521c4 commit 6793892

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/_static/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ body div.nboutput.container div[class*='highlight'] pre {
3434
.wy-nav-content {
3535
max-width: 100%;
3636
}
37+
38+
.nbinput .prompt,
39+
.nboutput .prompt {
40+
display: none;
41+
}

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"""{% block input -%}""" """{% if not cell.metadata.get("hide_input", False) -%}""",
1717
).replace("""{% endblock input %}""", """{%- endif -%}{%- endblock input %}""")
1818

19-
nbsphinx_prompt_width = "0"
2019

2120
sys.path.insert(
2221
0, str((pathlib.Path.cwd().parent / "py_src" / "jupyter_lsp").resolve())
@@ -27,7 +26,7 @@
2726
author = "Jupyter[Lab] Language Server Contributors"
2827

2928
version = "0.7.0"
30-
release = "0"
29+
release = ""
3130

3231
extensions = [
3332
"recommonmark",

0 commit comments

Comments
 (0)