Browse Source

adds amqp.readthedocs.org to the Intersphinx mapping

Ask Solem 12 years ago
parent
commit
535d10a8f2
1 changed files with 1 additions and 0 deletions
  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.