mirror of https://github.com/celery/kombu.git
Update stable version in docs configuration.
This commit is contained in:
parent
5309fa28e1
commit
a23af6a51e
|
@ -6,8 +6,8 @@ from sphinx_celery import conf
|
||||||
globals().update(conf.build_config(
|
globals().update(conf.build_config(
|
||||||
'kombu', __file__,
|
'kombu', __file__,
|
||||||
project='Kombu',
|
project='Kombu',
|
||||||
version_dev='4.4',
|
version_dev='4.6',
|
||||||
version_stable='4.3',
|
version_stable='4.5',
|
||||||
canonical_url='https://kombu.readthedocs.io/',
|
canonical_url='https://kombu.readthedocs.io/',
|
||||||
webdomain='kombu.readthedocs.io',
|
webdomain='kombu.readthedocs.io',
|
||||||
github_project='celery/kombu',
|
github_project='celery/kombu',
|
||||||
|
|
Loading…
Reference in New Issue