File tree 3 files changed +1
-10
lines changed
3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 101
101
102
102
# Create table of contents entries for domain objects (e.g. functions, classes,
103
103
# attributes, etc.). Default is True.
104
- toc_object_entries = True
105
- # Hide parents to tidy up long entries in sidebar
106
- toc_object_entries_show_parents = 'hide'
104
+ toc_object_entries = False
107
105
108
106
# Ignore any .rst files in the includes/ directory;
109
107
# they're embedded in pages but not rendered as individual pages.
Original file line number Diff line number Diff line change @@ -434,6 +434,5 @@ def setup(app):
434
434
app .add_directive_to_domain ('py' , 'awaitablemethod' , PyAwaitableMethod )
435
435
app .add_directive_to_domain ('py' , 'abstractmethod' , PyAbstractMethod )
436
436
app .add_directive ('miscnews' , MiscNews )
437
- app .add_css_file ('sidebar-wrap.css' )
438
437
app .connect ('env-check-consistency' , patch_pairindextypes )
439
438
return {'version' : '1.0' , 'parallel_read_safe' : True }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments