From fd36b6c60d0d526c0ec4fd826d65a830a1524fd11f43adb7de6590e354d46984 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 28 Aug 2015 11:03:18 +0000 Subject: [PATCH] Accepting request 327718 from Cloud:OpenStack:Master - Fix doc build OBS-URL: https://build.opensuse.org/request/show/327718 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=32 --- python-oslo.config.changes | 5 +++++ python-oslo.config.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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