We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d307b commit 59b0c8aCopy full SHA for 59b0c8a
_static/custom.js
@@ -0,0 +1 @@
1
+document.querySelector("readthedocs-search input[type='checkbox']").checked = true ;
conf.py
@@ -159,6 +159,7 @@ def setup(app):
159
160
html_static_path = ["_static"]
161
html_css_files = ["custom.css"]
162
+html_js_files = ["custom.js"]
163
html_title = "PyMC project website"
164
165
html_sidebars = {
0 commit comments