Fix Clang Sphinx docs build
authorAaron Ballman <aaron@aaronballman.com>
Tue, 6 Sep 2022 13:50:47 +0000 (09:50 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 6 Sep 2022 13:52:22 +0000 (09:52 -0400)
commite1ebe476e45a677535f8cae3cc9f7fb84f477fdd
tree1717422c878bf971876fd71a36f93b2df3201792
parent0431eb59dfa8f77e460c282dd15006b363d5dbd7
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.
clang/docs/CMakeLists.txt