We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4552b8a commit 6fce5bfCopy full SHA for 6fce5bf
sphinx_celery/conf.py
@@ -27,8 +27,9 @@
27
INTERSPHINX_MAPPING = {
28
'python': ('https://docs.python.org/dev/', None),
29
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
30
- 'kombu': ('https://kombu.readthedocs.io/en/master/', None),
31
- 'celery': ('https://celery.readthedocs.io/en/master', None),
+ 'kombu': ('https://kombu.readthedocs.io/en/main/', None),
+ 'celery': ('https://celery.readthedocs.io/en/main/', None),
32
+ 'pytest-celery': ('https://pytest-celery.readthedocs.io/en/main/', None),
33
'djcelery': ('https://django-celery.readthedocs.io/en/latest/', None),
34
'cyme': ('https://cyme.readthedocs.io/en/latest/', None),
35
'amqp': ('https://amqp.readthedocs.io/en/latest/', None),
0 commit comments