We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc4350 commit 0fcd033Copy full SHA for 0fcd033
docs/source/conf.py
@@ -51,5 +51,5 @@
51
# -- Options for HTML output -------------------------------------------------
52
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
53
54
-html_theme = "alabaster"
+html_theme = "furo"
55
html_static_path = ["_static"]
pyproject.toml
@@ -34,7 +34,10 @@ classifiers = [
34
]
35
36
[project.optional-dependencies]
37
-docs = [ "sphinx>=7"]
+docs = [
38
+ "sphinx>=7",
39
+ "furo>=2025.7.19"
40
+]
41
42
[project.urls]
43
Homepage = "https://www.mongodb.org"
0 commit comments