Omit default values for attributes.

We copy the mkdocstrings template for attributes so that we can exclude the (default) value for attributes (and class variables) from the documentation as that is generally useless.
This commit is contained in:
Rodrigo Girão Serrão
2023-01-25 11:41:05 +00:00
parent 2662e6b292
commit fcba6ecaad
2 changed files with 68 additions and 0 deletions

View File

@@ -251,6 +251,7 @@ plugins:
- search:
- autorefs:
- mkdocstrings:
custom_templates: docs/_templates
default_handler: python
handlers:
python: