[all-commits] [llvm/llvm-project] e1ebe4: Fix Clang Sphinx docs build

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Sep 6 06:52:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1ebe476e45a677535f8cae3cc9f7fb84f477fdd
      https://github.com/llvm/llvm-project/commit/e1ebe476e45a677535f8cae3cc9f7fb84f477fdd
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M clang/docs/CMakeLists.txt

  Log Message:
  -----------
  Fix Clang Sphinx docs build

The CodeOwners.rst file needs to live in the same directory as the rest
of the documentation. This copies the file to the correct place when
making a Sphinx build but continues to leave the .rst file at the root
directory where it's easier for developers to find. This also ensures
that local doc builds using `make html` work as expected.




More information about the All-commits mailing list