mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fixed napoelon_attr_annotation documented as False by default
This commit is contained in:
@@ -44,7 +44,7 @@ class Config:
|
||||
napoleon_preprocess_types = False
|
||||
napoleon_type_aliases = None
|
||||
napoleon_custom_sections = None
|
||||
napoleon_attr_annotations = False
|
||||
napoleon_attr_annotations = True
|
||||
|
||||
.. _Google style:
|
||||
https://google.github.io/styleguide/pyguide.html
|
||||
|
||||
Reference in New Issue
Block a user