mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Fix a warning about _static in docs builds
This commit is contained in:
parent
aa37d3307f
commit
d2d7b6e808
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ html_title = "LLM"
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ["_static"]
|
||||
html_static_path = []
|
||||
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue