Skip to content

Commit ecbac5f

Browse files
committed
Don't use _static anymore, move pics to _images
1 parent f0f96fe commit ecbac5f

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,17 @@
116116

117117
# The name of an image file (relative to this directory) to place at the top
118118
# of the sidebar.
119-
html_logo = '_static/logo.png'
119+
html_logo = '_images/logo.png'
120120

121121
# The name of an image file (within the static path) to use as favicon of the
122122
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
123123
# pixels large.
124-
html_favicon = '_static/favicon.ico'
124+
html_favicon = '_images/favicon.ico'
125125

126126
# Add any paths that contain custom static files (such as style sheets) here,
127127
# relative to this directory. They are copied after the builtin static files,
128128
# so a file named "default.css" will overwrite the builtin "default.css".
129-
html_static_path = ['_static']
130-
131-
html_style = 'css/style.css'
129+
# html_static_path = ['_static']
132130

133131
# Custom sidebar templates, must be a dictionary that maps document names
134132
# to template names.

0 commit comments

Comments
 (0)