Skip to content

Commit

Permalink
src/doc/common/static/custom-jupyter-sphinx.css, src/sage_docbuild/co…
Browse files Browse the repository at this point in the history
…nf.py: Refinements
  • Loading branch information
kwankyu authored and mkoeppe committed Mar 20, 2024
1 parent f74f017 commit dea37e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/common/static/custom-jupyter-sphinx.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div.jupyter_container {
margin: .5rem 0;
border: 0;
}

div.jupyter_container + div.jupyter_container {
Expand Down
2 changes: 1 addition & 1 deletion src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def apply(self):
linenostart=1)
cell_node += cell_input
container = TabContainer("", type="tab", new_set=False)
textnodes = [Text('Sage (live)')]
textnodes = [Text('Sage Live')]
label = Label("", "", *textnodes)
container += label
content = Container("", is_div=True, classes=["tab-content"])
Expand Down

0 comments on commit dea37e7

Please sign in to comment.