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

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 14:58:52 PDT 2018


Bigcheese created this revision.
Bigcheese added reviewers: chandlerc, tonic, asl.

This adds support for Markdown documentation in Sphinx and adds a document (copied from the Sphinx template) on how to use it.

Before this goes in, any systems we have that generate docs will need to add the `recommonmark` python package.

Any other projects (clang, lld) that want to add Markdown support will need to do a similar modification to their `conf.py` files.


https://reviews.llvm.org/D44910

Files:
  docs/MarkdownQuickstartTemplate.md
  docs/conf.py
  docs/index.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44910.139855.patch
Type: text/x-patch
Size: 5862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180326/c3c53403/attachment.bin>


More information about the llvm-commits mailing list