Skip to content

Commit

Permalink
Merge pull request #61 from cta-observatory/png
Browse files Browse the repository at this point in the history
Use png plots in the docs
  • Loading branch information
maxnoe committed Sep 28, 2020
2 parents f04cdad + 2cc16dc commit a0e2a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
# nbsphinx
# nbsphinx_execute = "never"
nbsphinx_execute_arguments = [
"--InlineBackend.figure_formats={'svg', }",
"--InlineBackend.rc={'figure.dpi': 96}",
"--InlineBackend.figure_formats={'png', }",
"--InlineBackend.rc={'figure.dpi': 300}",
]

numpydoc_show_class_members = False
Expand Down

0 comments on commit a0e2a24

Please sign in to comment.