From 9543962da6495bd11b061b6dfa182164b8a0ef4b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 23 Sep 2021 12:56:09 +0900 Subject: [PATCH] Add doc for ObjectDescription (refs: #9662) --- doc/extdev/domainapi.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/extdev/domainapi.rst b/doc/extdev/domainapi.rst index 674a3aa9a6d..a666fc06d86 100644 --- a/doc/extdev/domainapi.rst +++ b/doc/extdev/domainapi.rst @@ -13,6 +13,10 @@ Domain API .. autoclass:: Index :members: +.. module:: sphinx.directives + +.. autoclass:: ObjectDescription + :members: Python Domain -------------