[PATCH] D87242: [flang] Add new documentation main page
Richard Barton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 12:05:51 PDT 2020
richard.barton.arm added a comment.
Hi @hans thanks for giving it a try. I think it is fair enough that you don't try to fix it yourself.
I would be happy to supply generated .html files if you ping me once the release is signed off. @sameeranjoshi might also be available.
Note also that the Flang docs need to be built with `-DSPHINX_WARNINGS_AS_ERRORS=OFF`, I was following this when I developed the patch. Is this also the case in your builds when you generate the docs?
@sameeranjoshi - I don't think we can easily work around this without losing the automatic content sections in the markdown docs, which would be a shame.
@hans - there is a hacky fix available online. I have pushed it for review here: https://reviews.llvm.org/D87714 would you mind giving it a try?
If it still causes problems then please can you share the output of
sphinx-build --version
pip3 show recommonmark
then I can try to reproduce.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87242/new/
https://reviews.llvm.org/D87242
More information about the llvm-commits
mailing list