Skip to content

Commit 054d75f

Browse files
Update recipes-docs conf. to point to main static resources
1 parent 1b3b395 commit 054d75f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

recipes-docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@
3737
"reset_modules": ("matplotlib",), # Helps with memory management
3838
"capture_repr": (),
3939
}
40+
41+
html_static_path = ["../../docs/source/_static"]
42+
html_logo = "../../docs/source/images/logo.svg"
43+
html_favicon = "../../docs/source/_static/favicon.ico"

0 commit comments

Comments
 (0)