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):
107
107
# relative to this directory. They are copied after the builtin static files,
108
108
# so a file named "default.css" will overwrite the builtin "default.css".
109
109
html_static_path = ["../_static" ]
110
+ html_css_files = ["custom.css" ]
110
111
html_extra_path = ["../_thumbnails" , "robots.txt" ]
111
112
templates_path = ["../_templates" ]
112
113
html_sidebars = {
Original file line number Diff line number Diff line change 1
1
ablog>=0.11
2
2
matplotlib
3
- myst-nb<=1.0.0
3
+ myst-nb
4
4
sphinx-codeautolink
5
5
sphinx>=5
6
- pymc-sphinx-theme==0.14
6
+ pymc-sphinx-theme
7
7
sphinx-copybutton
8
8
sphinx-design
9
9
sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments