Explorar el Código

Adds flower to intersphinx

Ask Solem hace 11 años
padre
commit
5a3014663c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docs/conf.py

+ 1 - 0
docs/conf.py

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