SHA256
1
0
forked from pool/python-tox

Accepting request 559371 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/559371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-01-02 15:31:56 +00:00 committed by Git OBS Bridge
commit 109ab70235
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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