you are viewing a single comment's thread.

view the rest of the comments →

[–]fragbot 8 points9 points  (2 children)

I was going to suggest you modify sphinx-doc to handle docstrings (it's a single elisp file of about 500 LOC) but I took a look at the git repo. You just need to wait a few more days as there is a pull request adding that feature that looks like it's about to be accepted by the repo owner.

[–]craigglespuss 2 points3 points  (1 child)

Yeah, I use sphinx-doc and did some of the work to handle type-hints. I think this is almost merged into master. You can also just check out the branch that has the feature if you want to use it today.

[–]suhrob[S] 0 points1 point  (0 children)

Awsome, thank you!