Skip to content

Commit

Permalink
Improves long function signature display in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Aug 5, 2024
1 parent da89c23 commit ddd4880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
# Show the __init__ docstring on classes.
autoclass_content = 'both'

# Display long function signatures better.
maximum_signature_line_length = 50

# sphinx-gallery settings
sphinx_gallery_conf = {
'examples_dirs': os.path.join(REPO_DIR, 'examples-gallery'),
Expand Down

0 comments on commit ddd4880

Please sign in to comment.