Skip to content

Commit a36e15b

Browse files
authored
Tune documentation for dark mode (#864)
Added logo for dark mode
1 parent 92a2f73 commit a36e15b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,14 @@
105105
# html_theme = 'sphinx_rtd_theme'
106106
# html_theme = 'sphinx_book_theme'
107107
html_theme = "pydata_sphinx_theme"
108-
html_logo = "images/AT.png"
108+
html_logo = "images/ATlight.png"
109109
html_copy_source = False
110110
html_theme_options = {
111111
"github_url": "https://github.com/atcollab/at",
112+
"logo": {
113+
"image_light": "images/ATlight.png",
114+
"image_dark": "images/ATdark.png",
115+
}
112116
}
113117
html_sidebars = {
114118
"index": [],

docs/images/AT.png

-13.1 KB
Binary file not shown.

docs/images/ATdark.png

65.6 KB
Loading

docs/images/ATlight.png

49.3 KB
Loading

0 commit comments

Comments
 (0)