AlenkaF commented on issue #28859: URL: https://github.com/apache/arrow/issues/28859#issuecomment-3655995671
I started working on https://github.com/apache/arrow/issues/47686 and got annoyed by mixture of directives for code examples =) So I decided to tackle this issue first. I will go with using `code-block` directive everywhere and [pytest --doctest-glob](https://docs.pytest.org/en/stable/how-to/doctest.html#how-to-run-doctests) command to also check `.rst` files. We could also use [sphinx.ext.doctest](https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html) and run `make doctest` as a separate make command though. Happy to do that also, if there are any strong opinions on the approach. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
