Skip to content

Commit d385cb2

Browse files
authored
Merge pull request plone#1313 from plone/html_static_path-volto
Update path for Volto-only images.
2 parents 69f1cb5 + 14f910a commit d385cb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@
129129

130130
html_static_path = [
131131
"_static",
132-
"volto/_static/*.png",
133-
"volto/_static/*.jpg",
132+
"volto/_static/volto/img",
134133
]
135134

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

0 commit comments

Comments
 (0)