Skip to content Skip to sidebar Skip to footer

Github Links In Sphinx Docs

Here's an example Sphinx doc: https://github.com/django-tastypie/django-tastypie/blob/v0.13.2/docs/release_notes/v0.13.2.rst I'd like commit SHA's, issue numbers, and @mentions to

Solution 1:

I'd suggest checking out the Sphinx Extension library at http://sphinxext-survey.readthedocs.org/en/latest/changelog-version-control.html.

Specifically, I believe these two extensions may provide you at least some of the support you're looking for (sans the @mentions).

https://pypi.python.org/pypi/sphinxcontrib-github

https://pypi.python.org/pypi/sphinxcontrib-issuetracker

Post a Comment for "Github Links In Sphinx Docs"