Преглед на файлове

[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.append(os.path.join(this, '_ext'))
 import celery  # noqa
+import celery.task.http  # noqa
 
 # General configuration
 # ---------------------