Skip to content

Commit 6c42230

Browse files
authored
use furo theme in homepage-config (#1456)
1 parent fd3a978 commit 6c42230

File tree

1 file changed

+1
-2
lines changed
  • build/sphinx/homepage-config

1 file changed

+1
-2
lines changed

build/sphinx/homepage-config/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ def setup(app):
5858

5959
# -- Options for HTML output ----------------------------------------------
6060

61-
html_theme_path = ["../"]
62-
html_theme = 'readable'
61+
html_theme = 'furo'
6362
html_title = html_shorttitle = 'MongoDB C Driver %s' % version
6463
# html_favicon = None
6564
html_use_smartypants = False

0 commit comments

Comments
 (0)