summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@gmail.com>2021-04-11 13:41:36 +0200
committerAsif Saif Uddin <auvipy@gmail.com>2021-04-14 09:20:03 +0600
commit9dbe842195bb38a43a56546747c3f90253e64681 (patch)
treef74642ffb684490aa0201e6e83ed9e96768c05d9
parent3fe833c4b543c00ca9fc7572b78472d402a75af8 (diff)
downloadkombu-9dbe842195bb38a43a56546747c3f90253e64681.tar.gz
Ignore kombu.transport.librabbitmq in apicheck.
We are ignoring kombu.transport.librabbitmq because apicheck is failing due missing librabbitmq library.
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0a533671..1f781486 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,6 +22,7 @@ globals().update(conf.build_config(
'kombu.asynchronous.aws.ext',
'kombu.asynchronous.aws.sqs.ext',
'kombu.transport.qpid_patches',
+ 'kombu.transport.librabbitmq',
'kombu.utils',
'kombu.transport.virtual.base',
],