Skip to content

Commit 59b0c8a

Browse files
committed
try checking box by default
1 parent d8d307b commit 59b0c8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_static/custom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
document.querySelector("readthedocs-search input[type='checkbox']").checked = true ;

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def setup(app):
159159

160160
html_static_path = ["_static"]
161161
html_css_files = ["custom.css"]
162+
html_js_files = ["custom.js"]
162163
html_title = "PyMC project website"
163164

164165
html_sidebars = {

0 commit comments

Comments
 (0)