浏览代码

[docs] Adds Cyanide intersphinx mapping

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

+ 3 - 0
docs/conf.py

@@ -22,6 +22,9 @@ globals().update(conf.build_config(
         'celery.contrib.sphinx',
         'celerydocs',
     ],
+    extra_intersphinx_mapping={
+        'cyanide': ('http://cyanide.readthedocs.org/en/latest', None),
+    },
     apicheck_ignore_modules=[
         'celery.five',
         'celery.__main__',