File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323templates_path = ["_templates" ]
2424exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
25- source_suffix = [' .rst' , ' .md' ]
25+ source_suffix = [" .rst" , " .md" ]
2626
2727# -- Options for HTML output -------------------------------------------------
2828# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2929
3030html_theme = "alabaster"
3131html_static_path = ["_static" ]
3232html_theme_options = {
33- 'github_user' : 'defnull' ,
34- 'github_repo' : 'bbblb' ,
35- 'fixed_sidebar' : True ,
36- 'github_banner' : True ,
37- 'github_button' : False ,
33+ "logo" : "bbblb_logo.svg" ,
34+ "github_user" : "defnull" ,
35+ "github_repo" : "bbblb" ,
36+ "fixed_sidebar" : True ,
37+ "github_banner" : True ,
38+ "github_button" : False ,
3839}
3940
41+
4042smartquotes = False
4143
4244default_role = "code"
You can’t perform that action at this time.
0 commit comments