wjones127 edited a comment on pull request #11726: URL: https://github.com/apache/arrow/pull/11726#issuecomment-994050841
Took a look at this locally. For other's benefit, here's how this changes the RecordBatch API reference page: <details> <summary>Before</summary>  </details> <details> <summary>After</summary>  </details> Looks pretty nice! Althrough I don't love the extra-heavy font-weight on the parameter names. Would be be willing to add this to the CSS at `docs/source/_static/theme_overrides.css`? ```css b, strong { font-weight: bold; } ``` That would make the above page look like: <details> <summary>Fixed</summary>  </details> -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org