[all-commits] [llvm/llvm-project] 2fc86c: [Flang] Fix release blocker issue #46931 related t...
sameeranjoshi via All-commits
all-commits at lists.llvm.org
Tue Aug 11 10:53:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2fc86ccdd25309b9f77739aaed4a7b06f1c6f111
https://github.com/llvm/llvm-project/commit/2fc86ccdd25309b9f77739aaed4a7b06f1c6f111
Author: sameeran joshi <sameeranjayant.joshi at amd.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
A flang/docs/ReleaseNotes.rst
A flang/docs/_static/llvm.css
A flang/docs/_themes/llvm-theme/layout.html
A flang/docs/_themes/llvm-theme/static/contents.png
A flang/docs/_themes/llvm-theme/static/llvm-theme.css
A flang/docs/_themes/llvm-theme/static/logo.png
A flang/docs/_themes/llvm-theme/static/navigation.png
A flang/docs/_themes/llvm-theme/theme.conf
A flang/docs/conf.py
Log Message:
-----------
[Flang] Fix release blocker issue #46931 related to documentation.
Summary:
Fixes bug : https://bugs.llvm.org/show_bug.cgi?id=46931
This commit add a new flag -DLLVM_ENABLE_SPHINX=ON to cmake command to generate sphinx documentation,
along with new cmake targets `docs-flang-html`.
`ninja docs-flang-html` - generates sphinx documentation.
Generated release notes are present in <builddir>/tools/flang/docs/html/ folder.
Reviewers: richard.barton.arm, DavidTruby
Tags: #flang
Differential Revision: https://reviews.llvm.org/D85470
More information about the All-commits
mailing list