[PATCH] D44910: [docs] Add Markdown support to Sphinx

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 19:39:46 PDT 2018


chandlerc added a comment.

In https://reviews.llvm.org/D44910#1211470, @sylvestre.ledru wrote:

> Unfortunately, recommonmark isn't available on some older ubuntu (no backport available) & debian (a backport is available).
>  This will make the life of some of us harder!


While unfortunate, I tihnk this is still worthwhile as markdown seems to be pretty clearly the winning direction here....

And given that you don't need to build the documentation at all, it seems relatively low impact? Maybe we can add detection for recommonmark and if it fails disable the sphinx stuff cleanly in cmake?


Repository:
  rL LLVM

https://reviews.llvm.org/D44910





More information about the llvm-commits mailing list