File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 94
94
95
95
# Create table of contents entries for domain objects (e.g. functions, classes,
96
96
# attributes, etc.). Default is True.
97
- toc_object_entries = False
97
+ toc_object_entries = True
98
+ toc_object_entries_show_parents = 'hide'
98
99
99
100
# Ignore any .rst files in the includes/ directory;
100
101
# they're embedded in pages but not rendered individually.
Original file line number Diff line number Diff line change @@ -434,5 +434,6 @@ 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' )
437
438
app .connect ('env-check-consistency' , patch_pairindextypes )
438
439
return {'version' : '1.0' , 'parallel_read_safe' : True }
Original file line number Diff line number Diff line change
1
+ div .sphinxsidebarwrapper {
2
+ overflow-x : scroll;
3
+ }
4
+ div .sphinxsidebarwrapper li code {
5
+ overflow-wrap : normal;
6
+ }
You can’t perform that action at this time.
0 commit comments