14
0

Enable doc generation. Once Sphinx finally builds, it should start working

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=5
This commit is contained in:
2012-05-23 22:43:06 +00:00
committed by Git OBS Bridge
parent aa91b3b53b
commit a9c65bfc3e

View File

@@ -51,9 +51,8 @@ find -type f -name "*~" | xargs rm -f
%build
export CFLAGS="%{optflags}"
python setup.py build
# Something is busted in the doc generation
#cd doc
#make html
cd doc
make html
%check
python setup.py test