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 ;
410}
Original file line number Diff line number Diff line change 6262# "../../examples/WealthOfNations.ipynb", # did not install bqplot widget as a federated extension?
6363 "../../examples/WidgetControl.ipynb" ,
6464]
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+
6573def setup (app ):
6674 app .add_css_file ("main_stylesheet.css" )
6775
@@ -77,8 +85,3 @@ def setup(app):
7785highlight_language = 'python'
7886pygments_style = 'sphinx'
7987
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