We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e6555 commit 08b4d93Copy full SHA for 08b4d93
docs/conf.py
@@ -16,7 +16,15 @@
16
"""{% block input -%}""" """{% if not cell.metadata.get("hide_input", False) -%}""",
17
).replace("""{% endblock input %}""", """{%- endif -%}{%- endblock input %}""")
18
19
-nbsphinx_prompt_width = "0"
+nbsphinx_prolog = """
20
+.. raw:: html
21
+ <style>
22
+ .nbinput .prompt,
23
+ .nboutput .prompt {
24
+ display: none;
25
+ }
26
+ </style>
27
+"""
28
29
sys.path.insert(
30
0, str((pathlib.Path.cwd().parent / "py_src" / "jupyter_lsp").resolve())
@@ -27,7 +35,7 @@
35
author = "Jupyter[Lab] Language Server Contributors"
36
37
version = "0.7.0"
-release = "0"
38
+release = ""
31
39
32
40
extensions = [
33
41
"recommonmark",
0 commit comments