Skip to content
Snippets Groups Projects
Commit 06d1a25d authored by juergen's avatar juergen
Browse files

changing default to build html for sphinx

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2460 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent ad688498
Branches
Tags
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment