mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #741: autodoc: inherited-members doesn't support instance attributes on super class
It was fixed once, but it does not work expectedly on running Sphinx from command line. It only works fine on test script because :inherited-members: option is recognized as expected. This fixes the option_spec handler and autodoc itself. refs: #8548
This commit is contained in: