Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit cf77c7b

Browse files
committed
Resolve pydata-sphinx-theme + Sphinx 6 incompatibility
1 parent e38485c commit cf77c7b

File tree

3 files changed

+102
-1
lines changed

3 files changed

+102
-1
lines changed

docs/build-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip
99
- click
1010
- typer
11-
- pydata-sphinx-theme=0.10
11+
- pydata-sphinx-theme
1212
- yarn
1313
- jupyterlab
1414
- empack >=2.0.9,<3

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@
1616
html_theme = "pydata_sphinx_theme"
1717

1818
jupyterlite_dir = "."
19+
20+
html_theme_options = {
21+
"logo": {
22+
"image_light": "xeus-python.svg",
23+
"image_dark": "xeus-python.svg",
24+
}
25+
}

docs/xeus-python.svg

Lines changed: 94 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)