Skip to content

Commit

Permalink
docs: Remove "foldable"
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Feb 3, 2022
1 parent 774988e commit dc4bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkdocstrings_handlers/python/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class PythonRenderer(BaseRenderer):
**`show_if_no_docstring`** | `bool` | Show the object heading even if it has no docstring or children with docstrings. | `False`
**`show_signature`** | `bool` | Show method and function signatures. | `True`
**`show_signature_annotations`** | `bool` | Show the type annotations in method and function signatures. | `False`
**`separate_signature`** | `bool` | Whether to put the whole signature in a foldable code block below the heading. | `False`
**`separate_signature`** | `bool` | Whether to put the whole signature in a code block below the heading. | `False`
**`line_length`** | `int` | Maximum line length when formatting code. | `60`
**`show_source`** | `bool` | Show the source code of this object. | `True`
**`show_bases`** | `bool` | Show the base classes of a class. | `True`
Expand Down

0 comments on commit dc4bfc4

Please sign in to comment.