ignores python datetime class reference error in docs

This commit is contained in:
ilan
2018-02-14 11:19:46 +01:00
parent 1ef94d2b42
commit c657731cd0

View File

@@ -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