From c657731cd04610e60ac354a3fbb5145b24b7970b Mon Sep 17 00:00:00 2001 From: ilan Date: Wed, 14 Feb 2018 11:19:46 +0100 Subject: [PATCH] ignores python datetime class reference error in docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index bef4a41..55dfce6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,6 +21,7 @@ import alabaster myPath = os.path.dirname(os.path.abspath(__file__)) sys.path.insert(0, myPath + '/../') os.environ['DJANGO_SETTINGS_MODULE'] = 'django_q.tests.settings' +nitpick_ignore = [('py:class', 'datetime')] # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the