Skip to content

Commit 4254013

Browse files
Add log and favicon to docs (#73)
Co-authored-by: Isabel Paredes <isabel.paredes@quantstack.net>
1 parent f1b4f8b commit 4254013

File tree

5 files changed

+66
-137
lines changed

5 files changed

+66
-137
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jupyterlite-terminal
1+
# JupyterLite Terminal
22

33
[![Github Actions Status](https://github.com/jupyterlite/terminal/workflows/Build/badge.svg)](https://github.com/jupyterlite/terminal/actions/workflows/build.yml)
44
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/terminal/)

docs/_static/terminal_logo.svg

Lines changed: 63 additions & 0 deletions
Loading

docs/_static/terminal_logo_dark.svg

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/_static/terminal_logo_light.svg

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
templates_path = ['_templates']
1919
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2020

21+
html_favicon = "_static/terminal_logo.svg"
22+
html_logo = "_static/terminal_logo.svg"
2123
html_static_path = ['_static']
2224
html_theme = "pydata_sphinx_theme"
2325
html_theme_options = {
2426
"github_url": PACKAGE_JSON["homepage"],
2527
"logo": {
2628
"alt_text": "JupyterLite Terminal - Home",
27-
"image_dark": "_static/terminal_logo_dark.svg",
28-
"image_light": "_static/terminal_logo_light.svg",
2929
"text": "JupyterLite Terminal",
3030
}
3131
}

0 commit comments

Comments
 (0)