Add a cross-reference from Phabricator to Commit Messages as requested by Renato.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
It did when I tried it with sphinx, but it is my first experience creating a ReST link.
Comment Actions
So, to test, go into the docs directory and type:
$ sphinx-build -b html -d _build/doctrees . _build/html <DOC>.rst
This will generate the doc as it should, so you open the file in _build/html/<DOC>.html.
If your doc refers to another, you better generate both, so you can follow the link.
Comment Actions
Yes, that's essentially what I did before I created the review. [I used 'make -f Makefile.sphinx' which does the same thing.]
The link works for me.