Skip to content

Commit 8d47ea3

Browse files
authored
Merge pull request plone#1438 from plone/video-static-path
Add an `html_static_path` to find static files in volto and copy them…
2 parents b8befbd + 4a4ddac commit 8d47ea3

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)