Skip to content

Commit 6fce5bf

Browse files
authored
Added pytest-celery to INTERSPHINX_MAPPING and fixed in celery & kombu, master -> main (#63)
1 parent 4552b8a commit 6fce5bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sphinx_celery/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
INTERSPHINX_MAPPING = {
2828
'python': ('https://docs.python.org/dev/', None),
2929
'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),
30+
'kombu': ('https://kombu.readthedocs.io/en/main/', None),
31+
'celery': ('https://celery.readthedocs.io/en/main/', None),
32+
'pytest-celery': ('https://pytest-celery.readthedocs.io/en/main/', None),
3233
'djcelery': ('https://django-celery.readthedocs.io/en/latest/', None),
3334
'cyme': ('https://cyme.readthedocs.io/en/latest/', None),
3435
'amqp': ('https://amqp.readthedocs.io/en/latest/', None),

0 commit comments

Comments
 (0)