Skip to content

Commit 4a4ddac

Browse files
committed
Add an html_static_path to find static files in volto and copy them over
1 parent b8befbd commit 4a4ddac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140

141141
html_static_path = [
142142
"_static",
143+
"volto/_static",
143144
]
144145

145146
# -- Options for myST markdown conversion to html -----------------------------

0 commit comments

Comments
 (0)