From 5985a8c717c2f1f20994fe991ca401a9e8006c65 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Mon, 3 Mar 2014 23:14:50 +0000 Subject: [PATCH] Build log_handler documentation When log_handler.py was added to oslo.messaging changes weren't made to publish the documentation. This patch ensures the docs for log_handler are built. Change-Id: Ibf60f648ad07875fb4c61427e601b6b268a95f53 Closes-Bug: 1286984 --- doc/source/notifier.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/notifier.rst b/doc/source/notifier.rst index 7af99cc6b..ef5155348 100644 --- a/doc/source/notifier.rst +++ b/doc/source/notifier.rst @@ -9,3 +9,6 @@ Notifier .. autoclass:: LoggingNotificationHandler :members: + +.. autoclass:: PublishErrorsHandler + :members: