File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ div .cell_output img {
2+ height : auto !important ;
3+ }
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ def setup(app: Sphinx):
107107# relative to this directory. They are copied after the builtin static files,
108108# so a file named "default.css" will overwrite the builtin "default.css".
109109html_static_path = ["../_static" ]
110+ html_css_files = ["custom.css" ]
110111html_extra_path = ["../_thumbnails" , "robots.txt" ]
111112templates_path = ["../_templates" ]
112113html_sidebars = {
Original file line number Diff line number Diff line change 11ablog>=0.11
22matplotlib
3- myst-nb<=1.0.0
3+ myst-nb
44sphinx-codeautolink
55sphinx>=5
6- pymc-sphinx-theme==0.14
6+ pymc-sphinx-theme
77sphinx-copybutton
88sphinx-design
99sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments