[all-commits] [llvm/llvm-project] b0b18e: [Flang] Fix release blocker issue #46931 related t...
sameeranjoshi via All-commits
all-commits at lists.llvm.org
Thu Aug 20 07:24:37 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: b0b18ec9e8a7e7c7ca6e01d1a6f636622fa59941
https://github.com/llvm/llvm-project/commit/b0b18ec9e8a7e7c7ca6e01d1a6f636622fa59941
Author: sameeran joshi <sameeranjayant.joshi at amd.com>
Date: 2020-08-20 (Thu, 20 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
(cherry picked from commit 2fc86ccdd25309b9f77739aaed4a7b06f1c6f111)
More information about the All-commits
mailing list