Commits


David Li authored and Krisztián Szűcs committed 14a584eedaf
ARROW-13353: [Docs] Pin breathe to avoid failure parsing template parameters Recent versions of Breathe, when combined with a recent version of Sphinx, will try to have Sphinx parse template parameters. Unfortunately, Sphinx can't handle things like `typename...` which causes the build to fail. Closes #10733 from lidavidm/arrow-13353 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>