mootari opened a new issue, #46942: URL: https://github.com/apache/arrow/issues/46942
### Describe the bug, including details regarding any error messages, version, and platform. The page [Arrow Columnar Format](https://arrow.apache.org/docs/19.0/format/Columnar.html) ([source](https://github.com/apache/arrow/blob/587b3fcad5ae4524411714c80a1479ff9a435508/docs/source/format/Columnar.rst?plain=1#L485)) use [Sphinx' `versionadded` directive](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded) to annotate when a particular section was introduced. However, the directive expects only the first argument to be the version and treats the remainder as brief explanation, resulting in the following rendered output: > **_New in version Arrow:_** Columnar Format 1.3 ### Component(s) Documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org