Light Mode Only Possible? #1081
-
Is there a way to only have light mode, or at least default to light mode? I've read through the issue tickets and modified by config accordingly but it does not seem to take. Thanks in advance for any help jupyter-book/jupyter-book#1430 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@canyon289 can you try the following in the sphinx:
recursive_update: true
config:
html_context:
default_mode: dark instead of sphinx:
html_context:
default_mode: light You may need to flush the cache on your browser to see the effect. I am sure the following works, but not sure about
I used jupyter-book |
Beta Was this translation helpful? Give feedback.
@canyon289 can you try the following in the
_config.yml
:instead of
You may need to flush the cache on your browser to see the effect. I am sure the following works, but not sure about
html_context
:I used jupyter-book
0.15.1