From c079d3827dcec3f2ffa23885f5c804528548d34e 2021-11-24 14:39:55 From: Nikita Kniazev Date: 2021-11-24 14:39:55 Subject: [PATCH] Don't build docs for deprecated `utils.version` Reuse `utils.warn` entry as it is no longer presented. --- diff --git a/docs/autogen_api.py b/docs/autogen_api.py index 46a806c..6abda9c 100755 --- a/docs/autogen_api.py +++ b/docs/autogen_api.py @@ -55,7 +55,7 @@ if __name__ == '__main__': r'\.parallel', r'\.qt', # this is deprecated. - r'\.utils\.warn', + r'\.utils\.version', # Private APIs (there should be a lot more here) r'\.terminal\.ptutils', ]