python sphinx variables and class properties in automodule
问题 I am wondering why I am not able to see class properties when using automodule directive in sphinx... even if properties has docstring same thing with django settings CONSTANTS, they are not shown. I use: .. automodule:: settings :members: :show-inheritance: :undoc-members: I split settings into module settings __init__.py installed_apps.py locale.py db.py cache.py stage_stable.py stage_test.py stage_dev.py ... templates.py and in __init__.py i import everything from other files and select on