Skip to content

Commit 3cacb8d

Browse files
authored
Minor theme tweaking, add icons. (#13)
Eliminates last of sphinx warnings - from now on CI should catch sphinx warnings (e.g. due to failed notebook execution).
1 parent 11fc0a8 commit 3cacb8d

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

site/_static/favicon.ico

31.3 KB
Binary file not shown.
44.3 KB
Loading

site/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
# a list of builtin themes.
4848
#
4949
html_theme = 'pydata_sphinx_theme'
50+
html_logo = '_static/scientific-python-logo.png'
51+
html_favicon = '_static/favicon.ico'
5052

5153
# Add any paths that contain custom static files (such as style sheets) here,
5254
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)