Skip to content

Commit

Permalink
newlines in long signatures
Browse files Browse the repository at this point in the history
Signed-off-by: Christian López Barrón <[email protected]>
  • Loading branch information
chrizzFTD committed Dec 21, 2024
1 parent e6b35a8 commit 1de8ae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
'sphinx.ext.inheritance_diagram',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
"myst_parser",
'sphinx_copybutton',
Expand Down Expand Up @@ -70,7 +69,7 @@

always_document_param_types = True
autodoc_member_order = 'groupwise'

maximum_signature_line_length = 140
inheritance_graph_attrs = dict(rankdir="TB", bgcolor='transparent')

inheritance_node_attrs = dict(
Expand Down

0 comments on commit 1de8ae3

Please sign in to comment.