forked from pool/python-oslo.config
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:
parent
b2de1ac431
commit
fd36b6c60d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user