[PATCH] D85470: [Flang] Fix release blocker issue #46931 related to documentation.

Richard Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 10:22:35 PDT 2020


richard.barton.arm requested changes to this revision.
richard.barton.arm added a comment.
This revision now requires changes to proceed.

These changes build for me and I get a .html version of the flang release notes in the docs directory in the build. It is a shame there is not more content there and I suppose we'll need to convert the docs in /documentation over to .rst format to get them included in this set.

As pointed out in the developer call today. There does not seem to be much objection to this change, and it is successfully building so I am happy to approve it. Please wait a day or so to give a chance for others to intervene if they want further changes.



================
Comment at: flang/docs/conf.py:43
+project = u'Flang'
+copyright = u'2007-%d, The Flang Team' % date.today().year
+
----------------
sameeranjoshi wrote:
> Should this date be changed? If so what should be the right date ?
I think this should be 2017.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85470



More information about the llvm-commits mailing list