diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 25be7c5..4a4eaa0 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 28 09:33:38 UTC 2015 - tbechtold@suse.com + +- Fix doc build + ------------------------------------------------------------------- Thu Aug 27 14:32:33 UTC 2015 - tbechtold@suse.com diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 3405876..88f968e 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -77,9 +77,9 @@ This package contains documentation files for %{name}. %{__python2} setup.py install --skip-build --root %{buildroot} # generate html docs -sphinx-build doc/source html +python setup.py build_sphinx # remove the sphinx-build leftovers -rm -rf html/.{doctrees,buildinfo} +rm -rf doc/build/html/.{doctrees,buildinfo} %files %defattr(-,root,root,-) @@ -90,6 +90,6 @@ rm -rf html/.{doctrees,buildinfo} %files doc %defattr(-,root,root,-) -%doc LICENSE html +%doc LICENSE doc/build/html %changelog