1
0

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
This commit is contained in:
Thomas Bechtold 2015-08-28 11:03:18 +00:00 committed by Git OBS Bridge
parent b2de1ac431
commit fd36b6c60d
2 changed files with 8 additions and 3 deletions

View File

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

View File

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