Skip to content

Commit b8f4ad1

Browse files
authored
Correct warning about html_static_path (#7)
Fix this warning by commenting out the line: WARNING: html_static_path entry '_static' does not exist There may be static files added later. For now there is none. Signed-off-by: Simon Glass <[email protected]>
1 parent 0ee0573 commit b8f4ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
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']
129+
# html_static_path = ['_static']
130130

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

0 commit comments

Comments
 (0)