From 74e32850019351d1c3fc026c70964030fa8fb201 Mon Sep 17 00:00:00 2001 From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Fri, 11 Jun 2010 15:12:57 +0000 Subject: [PATCH] Work on img documentation git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2384 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- doc/make.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/make.py b/doc/make.py index cc388186f..028e781d8 100644 --- a/doc/make.py +++ b/doc/make.py @@ -61,5 +61,5 @@ def _CollectRstDocs(outdir, dirname, fnames): for sub_dir in ('modules',): os.path.walk(sub_dir, _CollectRstDocs, 'doc/source') -os.system('sphinx-build -b html -c %s %s %s' % ('doc/conf', 'doc/source', - 'doc/build')) \ No newline at end of file +os.system('sphinx-build-2.6 -b html -c %s %s %s' % ('doc/conf', 'doc/source', + 'doc/build')) -- GitLab