Browse Source

[docs] Adds Cyanide intersphinx mapping

Ask Solem 9 năm trước cách đây
mục cha
commit
071b2fa23e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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__',