AttributeError: autodoc_sections.py", line 84
Created originally on Bitbucket by Anonymous
just to let you know:
I tried the cloud theme with the numpy package
and got
#!python
File "/usr/local/lib/python3.4/site-packages/cloud_sptheme-1.6-py3.4.egg/cloud_sptheme/ext/autodoc_sections.py", line 84, in mangle_docstrings
name = "%s.%s" % (obj.__module__, obj.__name__)
AttributeError: 'method_descriptor' object has no attribute '__module__'
disabling cloud_sptheme.ext.autodoc_sections worked but I thought that maybe you want to know about it.
numpy: 1.8.1 Running Sphinx v1.3a0
cloud's extensions
#'cloud_sptheme.ext.autodoc_sections', 'cloud_sptheme.ext.index_styling', 'cloud_sptheme.ext.relbar_toc', 'cloud_sptheme.ext.escaped_samp_literals', 'cloud_sptheme.ext.issue_tracker', 'cloud_sptheme.ext.table_styling',