Skip to content

Commit 211bd8a

Browse files
committed
refs #24 add list.js to conf.py
1 parent 50b91e7 commit 211bd8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,17 @@
5656
"class": "fa-brands fa-solid fa-github fa-2x",
5757
},
5858
],
59+
5960
}
6061

6162
html_css_files = [
6263
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css",
6364
]
6465

66+
html_js_files = [
67+
"https://cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js",
68+
]
69+
6570
# https://sphinxext-opengraph.readthedocs.io/
6671
ogp_site_url = "http://sphinx-nekochan.readthedocs.io/"
6772

0 commit comments

Comments
 (0)