Skip to content

Commit

Permalink
add plot format to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eabila committed Sep 17, 2024
1 parent ef5a586 commit 2b9ca97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"matplotlib.sphinxext.plot_directive",
"sphinx.ext.intersphinx",
"sphinx_design",
"matplotlib.sphinxext.plot_directive",
"myst_nb",
]
autoclass_content = "class"
Expand All @@ -27,6 +28,12 @@
templates_path = ["_templates"]
exclude_patterns = []

plot_include_source = True
plot_html_show_source_link = False
plot_html_show_formats = False
plot_formats = [("png", 200)]
plot_rcparams = {"savefig.bbox": "tight"}


html_theme = "sphinxawesome_theme"
html_static_path = ["_static"]
Expand Down

0 comments on commit 2b9ca97

Please sign in to comment.