Skip to content

Commit f93b790

Browse files
committed
restore CSS to conf.py
1 parent b3b2445 commit f93b790

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,7 @@
189189
# Logo
190190
html_logo = "images/dls-logo.svg"
191191
html_favicon = html_logo
192+
193+
# Custom CSS
194+
html_static_path = ["_static"]
195+
html_css_files = ["custom.css"]

0 commit comments

Comments
 (0)