From cf50bf2e36660c8808f20fffb675fcfffc50e9e9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 4 Oct 2016 13:29:59 +0200 Subject: [PATCH] Uploading to unstable * Uploading to unstable. * Do not use rtd theme. Change-Id: Idd9d1908446de0c2db1edc19eca62fae6c765cd2 --- debian/changelog | 6 +++++- debian/rules | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3862027..ed693ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ python-kafka (0.9.5-3) UNRELEASED; urgency=medium + [ Ondřej Nový ] * d/s/options: extend-diff-ignore of .gitreview * d/control: Using OpenStack's Gerrit as VCS URLs. - -- Ondřej Nový Mon, 26 Sep 2016 19:10:48 +0200 + [ Thomas Goirand ] + * Do not use rtd theme. + + -- Thomas Goirand Tue, 04 Oct 2016 15:01:29 +0200 python-kafka (0.9.5-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 7d5f22d..31e7b82 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ override_dh_clean: rm -rf build kafka-python .coverage kafka_python.egg-info override_dh_sphinxdoc: - PYTHONPATH=. sphinx-build -b html docs debian/python-kafka-doc/usr/share/doc/python-kafka-doc/html + PYTHONPATH=. READTHEDOCS=False sphinx-build -b html docs debian/python-kafka-doc/usr/share/doc/python-kafka-doc/html dh_sphinxdoc -O--buildsystem=python_distutils # Commands not to run