소스 검색

adds amqp.readthedocs.org to the Intersphinx mapping

Ask Solem 12 년 전
부모
커밋
535d10a8f2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/conf.py

+ 1 - 0
docs/conf.py

@@ -71,6 +71,7 @@ intersphinx_mapping = {
         "http://kombu.readthedocs.org/en/latest/": None,
         "http://django-celery.readthedocs.org/en/latest": None,
         "http://cyme.readthedocs.org/en/latest": None,
+        "http://amqp.readthedocs.org/en/latest": None,
 }
 
 # The name of the Pygments (syntax highlighting) style to use.