[Python-modules-commits] [sphinx-celery] 05/08: readthedocs.org -> readthedocs.io
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to tag v1.3.1
in repository sphinx-celery.
commit 2cb5668cc9b916605b0087fbe2227dc38f2a3689
Author: Ask Solem <ask at celeryproject.org>
Date: Sat Jul 9 16:46:39 2016 -0700
readthedocs.org -> readthedocs.io
---
sphinx_celery/conf.py | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/sphinx_celery/conf.py b/sphinx_celery/conf.py
index 950dd87..6afa7c8 100644
--- a/sphinx_celery/conf.py
+++ b/sphinx_celery/conf.py
@@ -32,27 +32,26 @@ EXTENSIONS = [
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),
+ 'kombu': ('http://kombu.readthedocs.io/en/master/', 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),
- 'vine': ('http://vine.readthedocs.org/en/latest/', None),
- 'flower': ('http://flower.readthedocs.org/en/latest/', None),
- 'redis': ('http://redis-py.readthedocs.org/en/latest/', None),
- 'django': ('http://django.readthedocs.org/en/latest/', None),
- 'boto': ('http://boto.readthedocs.org/en/latest/', None),
- 'sqlalchemy': ('http://sqlalchemy.readthedocs.org/en/latest', None),
- 'kazoo': ('http://kazoo.readthedocs.org/en/latest/', None),
- 'pyzmq': ('http://pyzmq.readthedocs.org/en/latest/', None),
+ 'djcelery': ('http://django-celery.readthedocs.io/en/latest/', None),
+ 'cyme': ('http://cyme.readthedocs.io/en/latest/', None),
+ 'amqp': ('http://amqp.readthedocs.io/en/latest/', None),
+ 'vine': ('http://vine.readthedocs.io/en/latest/', None),
+ 'flower': ('http://flower.readthedocs.io/en/latest/', None),
+ 'redis': ('http://redis-py.readthedocs.io/en/latest/', None),
+ 'django': ('http://django.readthedocs.io/en/latest/', None),
+ 'boto': ('http://boto.readthedocs.io/en/latest/', None),
+ 'sqlalchemy': ('http://sqlalchemy.readthedocs.io/en/latest', None),
+ 'kazoo': ('http://kazoo.readthedocs.io/en/latest/', None),
'msgpack': ('http://pythonhosted.org/msgpack-python/', None),
'riak': ('http://basho.github.io/riak-python-client/', None),
'pylibmc': ('http://sendapatch.se/projects/pylibmc/', None),
'eventlet': ('http://eventlet.net/doc/', None),
'gevent': ('http://gevent.org/', None),
- 'pyOpenSSL': ('http://pyopenssl.readthedocs.org/en/stable/', None),
- 'nose': ('http://nose.readthedocs.org/en/latest', None),
- 'tox': ('http://tox.readthedocs.org/en/latest', None),
+ 'pyOpenSSL': ('http://pyopenssl.readthedocs.io/en/stable/', None),
+ 'nose': ('http://nose.readthedocs.io/en/latest', None),
+ 'tox': ('http://tox.readthedocs.io/en/latest', None),
}
string_types = (str,) if PY3 else (basestring,)
--
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