[Python-modules-commits] [sphinx-celery] 01/04: Use celery master for intersphinx
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to tag v1.3.0
in repository sphinx-celery.
commit 0e89742894a7e418f9d512ae706c4dfa1a7ef43d
Author: Ask Solem <ask at celeryproject.org>
Date: Thu May 12 15:02:56 2016 -0700
Use celery master for intersphinx
---
sphinx_celery/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py
index 198122a..6319109 100644
--- a/sphinx_celery/conf.py
+++ b/sphinx_celery/conf.py
@@ -34,7 +34,7 @@ INTERSPHINX_MAPPING = {
'python': ('http://docs.python.org/dev/', None),
'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
'kombu': ('http://kombu.readthedocs.org/en/master/', None),
- 'celery': ('http://docs.celeryproject.org/en/latest', None),
+ 'celery': ('http://docs.celeryproject.org/en/master', None),
'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),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-celery.git
More information about the Python-modules-commits
mailing list