Skip to content

Commit 58439f0

Browse files
authored
Disable dark mode (#377)
1 parent 9565c9a commit 58439f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def setup(app: Sphinx):
154154
"sandbox_repo": f"pymc-devs/pymc-sandbox/{version}",
155155
"doi_url": f"https://doi.org/{doi_code}",
156156
"doi_code": doi_code,
157+
"default_mode": "light",
157158
}
158159

159160

0 commit comments

Comments
 (0)