From 06d1a25d2dea62ff567ac99f127da3388c7f996d Mon Sep 17 00:00:00 2001 From: juergen <juergen@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Thu, 24 Jun 2010 13:44:33 +0000 Subject: [PATCH] changing default to build html for sphinx git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2460 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- doc/make.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/make.py b/doc/make.py index afdda0e11..b2458cc18 100644 --- a/doc/make.py +++ b/doc/make.py @@ -75,11 +75,7 @@ opts, args=ParseArgs() if not opts.html and\ not opts.linkcheck and\ not opts.doctest: - print 'It is mandatory to choose at least one option' - command='ost '+sys.argv[0]+' -h' - os.system(command) - os._exit(-1) - + opts.html=True for sub_dir in ('modules',): os.path.walk(sub_dir, _CollectRstDocs, 'doc/source') -- GitLab