Skip to content

Commit 66215ac

Browse files
authored
Disable dark mode in docs (#5904)
1 parent 3bf95ce commit 66215ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def setup(app):
268268
"github_repo": "pymc",
269269
"github_version": "main",
270270
"doc_path": "docs/source/",
271+
"default_mode": "light",
271272
}
272273

273274
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)