Skip to content

Commit 549950f

Browse files
committed
[docs] Remove reference to empty "_static" directory to silence Sphinx warning.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 5de9d84 commit 549950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2525

2626
html_theme = "sphinx_rtd_theme"
27-
html_static_path = ["_static"]
27+
html_static_path = []

0 commit comments

Comments
 (0)