From c337ba35f8d8ad1bffd685b57b24fcb715cb88f0148a6bff8389f302152ac271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 22 Dec 2017 13:28:11 +0000 Subject: [PATCH] Accepting request 559357 from home:dimstar:Factory Fix html doc generation/installation. This never worked (as the current content of python-tox-doc proves) and with rpm 4.14 this even results in an error OBS-URL: https://build.opensuse.org/request/show/559357 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=38 --- python-tox.changes | 5 +++++ python-tox.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-tox.changes b/python-tox.changes index 6f77151..80c14cc 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 22 13:02:40 UTC 2017 - dimstar@opensuse.org + +- Fix generation of html documentation. + ------------------------------------------------------------------- Sat Sep 30 16:08:33 UTC 2017 - arun@gmx.de diff --git a/python-tox.spec b/python-tox.spec index 763f158..2369a78 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -89,7 +89,7 @@ This is the HTML documentation for tox package. %build %python_build -cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML documentation +python3 setup.py build_sphinx && rm -r doc/build/html/.buildinfo # Generate HTML documentation %install %python_install @@ -124,6 +124,6 @@ deactivate %{python_sitelib}/tox %files -n %{name}-doc -%doc LICENSE README.rst doc/_build/html +%doc LICENSE README.rst doc/build/html %changelog