Pārlūkot izejas kodu

Adds flower to intersphinx

Ask Solem 11 gadi atpakaļ
vecāks
revīzija
5a3014663c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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.