Skip to content

Commit 0e693a3

Browse files
committed
Force light theme for ReadTheDocs documentation
1 parent 050d0d3 commit 0e693a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def setup(app):
7373
'secondary_sidebar_items': ['page-toc'],
7474
'footer_start': ['copyright'],
7575
'footer_end': [],
76+
'color_mode': 'light',
7677
}
7778

7879
html_static_path = ['_static']

0 commit comments

Comments
 (0)