Skip to content

Commit

Permalink
#162 disable show-inheritance-diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 9, 2024
1 parent 49198da commit c89299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
'show-module-summary',
#'special-members',
#'imported-members',
'show-inheritance-diagram'
#'show-inheritance-diagram' # disabled due to https://github.com/brightway-lca/brightway-documentation/issues/162
]

graphviz_output_format = 'svg' # https://pydata-sphinx-theme.readthedocs.io/en/stable/examples/graphviz.html#inheritance-diagram
Expand Down

0 comments on commit c89299a

Please sign in to comment.