summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@gmail.com>2021-06-09 07:45:22 +0000
committerMatus Valo <matusvalo@gmail.com>2021-06-09 07:48:16 +0000
commitcc066228c1988c582355014e991692012019f731 (patch)
tree543df936b19fa93533e6d99065b770a9b13fc8c9
parent87b451b87f8b68995e98701c2f64b42fd0597e2c (diff)
downloadkombu-cc066228c1988c582355014e991692012019f731.tar.gz
Small fixes in documentation
-rw-r--r--Changelog.rst2
-rw-r--r--docs/userguide/producers.rst1
-rw-r--r--requirements/docs.txt1
3 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.rst b/Changelog.rst
index b1e70230..cc995282 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -669,7 +669,7 @@
- Fixed string handling when using python-future module
- Contributed by **John Koehl"
+ Contributed by **John Koehl**
- Replaced "async" with "asynchronous" in preparation for Python 3.7
diff --git a/docs/userguide/producers.rst b/docs/userguide/producers.rst
index 4fce77b5..31c08de0 100644
--- a/docs/userguide/producers.rst
+++ b/docs/userguide/producers.rst
@@ -27,6 +27,7 @@ it takes a channel or a connection as an argument:
Having a producer instance you can publish messages:
.. code-block:: pycon
+
>>> from kombu import Exchange
>>> exchange = Exchange('name', type='direct')
diff --git a/requirements/docs.txt b/requirements/docs.txt
index 0b4bfec4..54840ebb 100644
--- a/requirements/docs.txt
+++ b/requirements/docs.txt
@@ -1,6 +1,7 @@
git+https://github.com/celery/sphinx_celery.git
-r extras/mongodb.txt
-r extras/sqlalchemy.txt
+-r extras/azureservicebus.txt
# we cannot use directly extras/sqs.txt
# since readthedocs cannot install pycurl
boto3>=1.4.4