Skip to content

Commit 0fcd033

Browse files
committed
Change template to furo
1 parent 2bc4350 commit 0fcd033

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
# -- Options for HTML output -------------------------------------------------
5252
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5353

54-
html_theme = "alabaster"
54+
html_theme = "furo"
5555
html_static_path = ["_static"]

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ classifiers = [
3434
]
3535

3636
[project.optional-dependencies]
37-
docs = [ "sphinx>=7"]
37+
docs = [
38+
"sphinx>=7",
39+
"furo>=2025.7.19"
40+
]
3841

3942
[project.urls]
4043
Homepage = "https://www.mongodb.org"

0 commit comments

Comments
 (0)