= commited on
Commit
948664d
·
1 Parent(s): 4aba16a

set side bar to false

Browse files
Files changed (1) hide show
  1. docs/conf.py +1 -1
docs/conf.py CHANGED
@@ -92,7 +92,7 @@ html_theme = 'classic'
92
  # documentation.
93
  #
94
  html_theme_options = {
95
- "rightsidebar": "true",
96
  "relbarbgcolor": "black"
97
  }
98
 
 
92
  # documentation.
93
  #
94
  html_theme_options = {
95
+ "rightsidebar": "false",
96
  "relbarbgcolor": "black"
97
  }
98