summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2018-08-27 15:05:56 +0200
committerOndřej Nový <onovy@debian.org>2018-08-27 15:05:56 +0200
commite1e5eca0b5d861371bafc3da76366882be907054 (patch)
treeef819c9415f00b6497fadfecd25645be7fb37f26
parent4239ce9d614fbd0747fe131444c259d6e60568f0 (diff)
Use 'python3 -m sphinx' instead of sphinx-build for building docs
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9286e36..55d9fd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-qtawesome (0.4.4+ds1-2) UNRELEASED; urgency=medium
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
+ * Use 'python3 -m sphinx' instead of sphinx-build for building docs
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:03:47 +0100
diff --git a/debian/rules b/debian/rules
index ec06770..c8b907f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_build: export http_proxy=127.0.0.1:9
override_dh_auto_build: export https_proxy=127.0.0.1:9
override_dh_auto_build:
dh_auto_build
- PYTHONPATH=. sphinx-build -N -b html docs/source build/html
+ PYTHONPATH=. python3 -m sphinx -N -b html docs/source build/html
endif
override_dh_auto_test: