Skip to content

Commit 89bc095

Browse files
WaVEVtimgraham
authored andcommitted
Change docs theme to furo
1 parent 0b46a50 commit 89bc095

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
# If true, the current module name will be prepended to all description
2828
# unit titles (such as .. function::).
2929
add_module_names = False
30+
# Disable auto-created table of contents entries for all domain objects
31+
# (functions, classes, attributes, etc.)
32+
toc_object_entries = False
3033

3134
extensions = [
3235
"djangodocs",
@@ -51,5 +54,5 @@
5154
# -- Options for HTML output -------------------------------------------------
5255
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5356

54-
html_theme = "alabaster"
57+
html_theme = "furo"
5558
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)