Skip to content

Commit 5fc1b03

Browse files
committed
Move css in docs
1 parent 08b4d93 commit 5fc1b03

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
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: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
"""{% block input -%}""" """{% if not cell.metadata.get("hide_input", False) -%}""",
1717
).replace("""{% endblock input %}""", """{%- endif -%}{%- endblock input %}""")
1818

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

2920
sys.path.insert(
3021
0, str((pathlib.Path.cwd().parent / "py_src" / "jupyter_lsp").resolve())

0 commit comments

Comments
 (0)