浏览代码

[3.1] Attempt to fix docs build

Ask Solem 8 年之前
父节点
当前提交
ba1f18c41a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/conf.py

+ 1 - 0
docs/conf.py

@@ -11,6 +11,7 @@ this = os.path.dirname(os.path.abspath(__file__))
 sys.path.insert(0, os.path.join(this, os.pardir))
 sys.path.insert(0, os.path.join(this, os.pardir))
 sys.path.append(os.path.join(this, '_ext'))
 sys.path.append(os.path.join(this, '_ext'))
 import celery  # noqa
 import celery  # noqa
+import celery.task.http  # noqa
 
 
 # General configuration
 # General configuration
 # ---------------------
 # ---------------------