-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Milestone
Description
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
- create and activate a Python 2.7 virtualenv
pip install sphinx
(current version is 1.3.1)git clone https://github.com/gratipay/filesystem_tree.py.git
cd filesystem_tree
python setup.py install
cd docs
make html
cd _build/html
python -m SimpleHTTPServer
- 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: