Skip to content

Commit 1510a70

Browse files
canyon289twiecki
authored andcommitted
Add favicon to doc pages (#3113)
1 parent 91ebc59 commit 1510a70

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/logos/PyMC3.ico

4.19 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
# The name of an image file (within the static path) to use as favicon of the
165165
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
166166
# pixels large.
167-
#html_favicon = None
167+
html_favicon = "../logos/PyMC3.ico"
168168

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

0 commit comments

Comments
 (0)