Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
use the inherited-members configuration for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 24, 2015
1 parent 8981711 commit 147aeba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
pygments_style = 'sphinx'
htmlhelp_basename = 'pykafkadoc'

autodoc_default_flags = ['special-members', 'private-members', 'show-inheritance']
autodoc_default_flags = ['special-members', 'private-members', 'inherited-members',
'show-inheritance']
2 changes: 1 addition & 1 deletion pykafka/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__all__ = ["BaseTopic", "Topic"]
__all__ = ["Topic"]
import logging
import weakref
from collections import defaultdict
Expand Down

0 comments on commit 147aeba

Please sign in to comment.