From 64c1025a1679f4cd37b286aee14b58faa4d2996a Mon Sep 17 00:00:00 2001 From: ion-elgreco Date: Fri, 22 Sep 2023 09:30:56 +0200 Subject: [PATCH] Add timedelta in ignore --- python/docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/docs/source/conf.py b/python/docs/source/conf.py index 72a6cd929d..c11b808659 100644 --- a/python/docs/source/conf.py +++ b/python/docs/source/conf.py @@ -66,6 +66,7 @@ def get_release_version() -> str: ("py:class", "pyarrow._dataset_parquet.ParquetFileWriteOptions"), ("py:class", "pathlib.Path"), ("py:class", "datetime.datetime"), + ("py:class", "datetime.timedelta"), ] # Add any paths that contain templates here, relative to this directory.