From da2248d39387d9ce6bcd337bcbb6b3e151bb0796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Sat, 29 Jan 2022 01:40:44 +0100 Subject: [PATCH] fix: Add missing comma * Add a missing comma in `apicheck_ignore_modules` --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index aec8d9da7..799edff3a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ r'faust.web.apps.*', 'faust.web.apps.stats.app', 'faust.web.apps.router.app', - 'faust' + 'faust', 'faust.web.drivers', r'.*\._cython.*', ],