File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2727# If true, the current module name will be prepended to all description 
2828# unit titles (such as .. function::). 
2929add_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
3134extensions  =  [
3235 "djangodocs" ,
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 " 
5558html_static_path  =  ["_static" ]
Original file line number Diff line number Diff 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 ]
4043Homepage  = " https://www.mongodb.org" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments