From a9c65bfc3e410fe6f19d1f154e85f57c8006b85ebf84fd0b46ca3c351957295b Mon Sep 17 00:00:00 2001 From: James Oakley Date: Wed, 23 May 2012 22:43:06 +0000 Subject: [PATCH] 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 --- python-testtools.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python-testtools.spec b/python-testtools.spec index 605e2fc..66de202 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -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