Skip to content

inline attribute comments are missing from output #2006

@chadwhitacre

Description

@chadwhitacre

Inline attribute doc-comments (#431) were implemented in a63230f and are in the Changelog under "Release 1.1 (Oct 9, 2011)." Over at readthedocs/readthedocs.org#632 we seem to be finding that under Sphinx 1.3.1 this feature has gone missing. Wherefore art thou, inline attribute comments?

Steps to Reproduce

  1. create and activate a Python 2.7 virtualenv
  2. pip install sphinx (current version is 1.3.1)
  3. git clone https://github.com/gratipay/filesystem_tree.py.git
  4. cd filesystem_tree
  5. python setup.py install
  6. cd docs
  7. make html
  8. cd _build/html
  9. python -m SimpleHTTPServer
  10. Browse to http://localhost:8000/

Expected Result

Documentation of these class attributes prior to the documentation for mk.

Actual Result

The class attributes are missing:

screen shot 2015-08-17 at 1 14 14 pm

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions