kou commented on issue #40623:
URL: https://github.com/apache/arrow/issues/40623#issuecomment-2007480484
Oh... Does this solve?
```diff
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 7915e2c2c4..b67833112b 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -208,8 +208,8 @@ templates_path = ['_templates']
#
source_suffix = {
- '.md': 'markdown',
'.rst': 'restructuredtext',
+ '.md': 'markdown',
}
autosummary_generate = True
```
--
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]