================ @@ -0,0 +1,2 @@ +# autogenerated +/settings.md ---------------- Nerixyz wrote:
I moved the file to the build directory (https://github.com/Nerixyz/llvm-project/commit/5ae1d9e869872cd1193e4306045432d8c8924b3a). Unless I missed something, sphinx doesn't have a function to programmatically add a source file from another directory. https://github.com/sphinx-doc/sphinx/issues/7000 was the closest I found, but there, the relative path is known. I used a directive to be able to include files from the build directory. Will fix the build error in a bit. https://github.com/llvm/llvm-project/pull/168245 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
