Revert "[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference"This reverts commit bab121a1b66e85390cad019ec921febcba35519d. It seems thedocs buildbot doesn't have the required Python headers.
[clangd] Make ExpandAutoType not available on template params.We cannot expand auto when used inside a template param (C++17 feature),so do not offer it there.Differential Revision: https://reviews.llvm.org/D94719