Skip to content

Commit 08b4d93

Browse files
authored
Style updates
1 parent f6e6555 commit 08b4d93

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/conf.py

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

19-
nbsphinx_prompt_width = "0"
19+
nbsphinx_prolog = """
20+
.. raw:: html
21+
<style>
22+
.nbinput .prompt,
23+
.nboutput .prompt {
24+
display: none;
25+
}
26+
</style>
27+
"""
2028

2129
sys.path.insert(
2230
0, str((pathlib.Path.cwd().parent / "py_src" / "jupyter_lsp").resolve())
@@ -27,7 +35,7 @@
2735
author = "Jupyter[Lab] Language Server Contributors"
2836

2937
version = "0.7.0"
30-
release = "0"
38+
release = ""
3139

3240
extensions = [
3341
"recommonmark",

0 commit comments

Comments
 (0)