Selaa lähdekoodia

Adds flower to intersphinx

Ask Solem 11 vuotta sitten
vanhempi
commit
5a3014663c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.