Skip to content

Commit da38ab0

Browse files
authored
Py313 (#62)
* added support for py313, numpy 2 * GH actions update * css update
1 parent df03fbd commit da38ab0

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
@@ -141,6 +141,10 @@
141141
# so a file named "default.css" will overwrite the builtin "default.css".
142142
html_static_path = ["_static"]
143143

144+
html_css_files = [
145+
"custom.css",
146+
]
147+
144148
html_context = {
145149
# ...
146150
"default_mode": "light"

0 commit comments

Comments
 (0)