mirror of https://github.com/celery/kombu.git
Fixed version_dev in docs/conf.py (#1875)
This commit is contained in:
parent
159e9df430
commit
0feaa66799
|
@ -5,7 +5,7 @@ from sphinx_celery import conf
|
|||
globals().update(conf.build_config(
|
||||
'kombu', __file__,
|
||||
project='Kombu',
|
||||
version_dev='6.0',
|
||||
version_dev='5.4',
|
||||
version_stable='5.3',
|
||||
canonical_url='https://kombu.readthedocs.io/',
|
||||
webdomain='kombu.readthedocs.io',
|
||||
|
|
Loading…
Reference in New Issue