[flang-commits] [PATCH] D86131: [FLANG] Pick `.md` files when building sphinx documentation.
sameeran joshi via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Sep 9 04:31:38 PDT 2020
sameeranjoshi added a comment.
Hi @hans
The problem here is the version of recommonmark.
We strictly need version `0.5.0` or above.
See the `note` at https://www.sphinx-doc.org/en/master/usage/markdown.html#configuration
and https://github.com/llvm/llvm-project/blob/0fd425af071a9bc5c0891a4db09f4d9a466b7be9/flang/docs/conf.py#L44
I tried with the mentioned version and I can see the comments in the HTML files.
@sscalpone as well has verified it with `recommonmark 0.6.0 version`
Hopefully, @hans if you can verify it with a sample comment on your machine then I can revert the old patch `D86875` and bring back licence text.
Thanks.
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