[flang-commits] [PATCH] D86131: [FLANG] Pick `.md` files when building sphinx documentation.

Steve Scalpone via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Aug 18 08:36:49 PDT 2020


sscalpone requested changes to this revision.
sscalpone added a comment.
This revision now requires changes to proceed.

Please add a note to the overview about this requirement:

> After this patch the markdown docmentation must be written using guide in-
> llvm/docs/MarkdownQuickstartTemplate.md

Please update the instructions for generating documentation in README.md.



================
Comment at: flang/docs/conf.py:258
+  ('Overview', 'Flang', u'Flang Documentation',
    u'The Flang Team', 'Flang', 'One line description of project.',
    'Miscellaneous'),
----------------
Maybe update the line "One line description of project" to be something like "A Fortran front end for LLVM"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86131/new/

https://reviews.llvm.org/D86131



More information about the flang-commits mailing list