We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb814e commit 993600cCopy full SHA for 993600c
_static/custom.css
@@ -0,0 +1,3 @@
1
+div.cell_output img {
2
+ height: auto !important;
3
+}
examples/conf.py
@@ -107,6 +107,7 @@ def setup(app: Sphinx):
107
# relative to this directory. They are copied after the builtin static files,
108
# so a file named "default.css" will overwrite the builtin "default.css".
109
html_static_path = ["../_static"]
110
+html_css_files = ["custom.css"]
111
html_extra_path = ["../_thumbnails", "robots.txt"]
112
templates_path = ["../_templates"]
113
html_sidebars = {
requirements-docs.txt
@@ -1,9 +1,9 @@
ablog>=0.11
matplotlib
-myst-nb<=1.0.0
+myst-nb
4
sphinx-codeautolink
5
sphinx>=5
6
-pymc-sphinx-theme==0.14
+pymc-sphinx-theme
7
sphinx-copybutton
8
sphinx-design
9
sphinx-notfound-page
0 commit comments