Hi folks, I'm one of the authors of https://pypi.python.org/pypi/doc8 and was wondering if there is more interest in having that natively integrated with sphinx.
It is itself using sphinx (via https://github.com/twolfson/restructuredtext-lint which does the basics of linting) as well as its own little layer on-top that checks other specifics. The code is @ https://github.com/stackforge/doc8 (its an tool that many projects in openstack and elsewhere use)... Mainly https://github.com/stackforge/doc8/blob/master/doc8/checks.py (which has the basic checks that it provides), which has a simple plug-in/checking api/classes... We are hitting some issues though due to https://github.com/twolfson/restructuredtext-lint/issues/11 which is a tougher one to get past without more hacking into sphinx and loding its declarations and such (which gets father and farther away from just using docutils rst state machine and such). I was thinking that it might be useful to see if other sphinx developers or users would want to contribute and use it. Or even get that more integrated into sphinx mainline? What do folks think? Comments/questions welcome :-) -Josh -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
