File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ window . addEventListener ( 'load' , ( event ) => {
2+ var menu = document . querySelector ( ".wy-menu ul li:first-child" )
3+ if ( ! menu . classList . contains ( "current" ) ) {
4+ menu . classList . add ( "current" )
5+ }
6+ } ) ;
Original file line number Diff line number Diff line change 2020project = 'Labelbox Python API reference'
2121copyright = '2021, Labelbox'
2222
23- release = '2.4 '
23+ release = '2.5.3 '
2424
2525# -- General configuration ---------------------------------------------------
2626
5050# relative to this directory. They are copied after the builtin static files,
5151# so a file named "default.css" will overwrite the builtin "default.css".
5252html_static_path = ['_static' ]
53+
54+ # Prevent the sidebar from collapsing
55+ html_js_files = [
56+ 'js/prevent_collapse.js'
57+ ]
58+ html_theme_options = {
59+ "collapse_navigation" : False ,
60+ }
You can’t perform that action at this time.
0 commit comments