File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments