Commits


Sutou Kouhei authored and GitHub committed d236ceac4b8
GH-40623: [Python][Docs] Add workaround for autosummary (#40739) ### Rationale for this change Sphinx < 7.3.0 has a problem that auto generated files may use wrong suffix. See https://github.com/sphinx-doc/sphinx/issues/12147 for details. ### What changes are included in this PR? Use `.rst` as the first `source_suffix` item as a workaround of this problem. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #40623 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>