diff --git a/python-glanceclient.changes b/python-glanceclient.changes index f061f61..a53125a 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 23 15:57:12 UTC 2017 - tbechtold@suse.com + +- Explicit build html and man page docs + ------------------------------------------------------------------- Mon Feb 13 11:29:11 UTC 2017 - cloud-devel@suse.de diff --git a/python-glanceclient.spec b/python-glanceclient.spec index dafd988..69dda23 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -76,7 +76,7 @@ This package contains auto-generated documentation. %py2_build # generate html docs -%{__python2} setup.py build_sphinx +%{__python2} setup.py build_sphinx --builder=html,man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}