File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1
- .wy-nav-content {
2
- max-width : 1000px ;
3
- margin : auto;
1
+ .wy-nav-content {
2
+ max-width : 1000px ;
3
+ margin : auto;
4
+ }
5
+
6
+ /* Undo img background from pydata-sphinx-theme dark theme */
7
+ html [data-theme = "dark" ] img : not (.only-dark ): not (.dark-light ) {
8
+ background-color : transparent !important ;
9
+ padding : 0 !important ;
4
10
}
Original file line number Diff line number Diff line change 62
62
# "../../examples/WealthOfNations.ipynb", # did not install bqplot widget as a federated extension?
63
63
"../../examples/WidgetControl.ipynb" ,
64
64
]
65
+
66
+ # Output file base name for HTML help builder.
67
+ html_theme = "pydata_sphinx_theme"
68
+ #html_theme_path = [pydata_sphinx_theme.get_html_theme_path()]
69
+ htmlhelp_basename = 'ipyleafletdoc'
70
+ html_static_path = ['_static' ]
71
+
72
+
65
73
def setup (app ):
66
74
app .add_css_file ("main_stylesheet.css" )
67
75
@@ -77,8 +85,3 @@ def setup(app):
77
85
highlight_language = 'python'
78
86
pygments_style = 'sphinx'
79
87
80
- # Output file base name for HTML help builder.
81
- html_theme = "pydata_sphinx_theme"
82
- #html_theme_path = [pydata_sphinx_theme.get_html_theme_path()]
83
- htmlhelp_basename = 'ipyleafletdoc'
84
- html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments