File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 5252
5353html_theme = 'sphinx_book_theme'
5454html_theme_options = {
55- " show_toc_level" : 2 ,
56- " repository_url" : " https://github.com/google/metrax" ,
57- " use_repository_button" : True ,
58- " navigation_with_keys" : False ,
59- " show_navbar_depth" : 2 ,
55+ ' show_toc_level' : 2 ,
56+ ' repository_url' : ' https://github.com/google/metrax' ,
57+ ' use_repository_button' : True ,
58+ ' navigation_with_keys' : False ,
59+ ' show_navbar_depth' : 2 ,
6060}
61- html_static_path = ["static" ]
62- html_logo = "static/metrax_logo.png"
61+ html_static_path = ['static' ]
62+ html_logo = 'static/metrax_logo.png'
63+ html_css_files = [
64+ 'custom.css' ,
65+ ]
6366
6467# -- Options for EPUB output
6568epub_show_urls = 'footnote'
Original file line number Diff line number Diff line change 1+ /* In docs/static/custom.css */
2+ .wy-side-nav-search .wy-nav-top {
3+ background : transparent;
4+ }
You can’t perform that action at this time.
0 commit comments