Skip to content

Commit

Permalink
[pre-commit.ci] Automatic linting and formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent d8f77d7 commit bb2d10a
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 @@ -94,11 +94,11 @@

# -- sphinx_ext_graphviz options ---------------------------------------------

graphviz_output_format = 'svg'
graphviz_output_format = "svg"
inheritance_graph_attrs = dict(
rankdir="LR",
fontsize=14,
ratio='compress',
ratio="compress",
# bgcolor='transparent',
)

Expand Down

0 comments on commit bb2d10a

Please sign in to comment.