Skip to content

Commit 68b9dda

Browse files
committed
fix: fix html theme option
1 parent d1d90ba commit 68b9dda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
html_static_path = ['_static']
3434
html_css_files = ['custom.css']
3535

36+
html_theme_options = {
37+
38+
}
39+
3640
html_theme_options["footer_icons"] = [
3741
{
3842
"name": "GitHub",

0 commit comments

Comments
 (0)