Fix a warning about _static in docs builds

This commit is contained in:
Simon Willison 2023-07-10 21:45:07 -07:00
parent aa37d3307f
commit d2d7b6e808

View file

@ -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 ------------------------------------------