Skip to content

Commit 055f531

Browse files
committed
remove html static path
1 parent 3633d93 commit 055f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

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

2525
html_theme = "alabaster"
26-
html_static_path = ["_static"]
26+
# html_static_path = ["_static"]
2727

2828
# use autoapi for packages that provide APIs (libraries)
2929
autoapi_dirs = [

0 commit comments

Comments
 (0)