Skip to content
Snippets Groups Projects
Commit 6220bc5d authored by Andreas Schenk's avatar Andreas Schenk
Browse files

added sphinx-build-2.7 to doc/make.py

parent a1c933d6
Branches
Tags
No related merge requests found
......@@ -92,7 +92,7 @@ if opts.quiet:
for sub_dir in ('modules',):
os.path.walk(sub_dir, _CollectRstDocs, 'doc/source')
sphinx_bin=settings.Locate(['sphinx-build', 'sphinx-build-2.6'])
sphinx_bin=settings.Locate(['sphinx-build', 'sphinx-build-2.6','sphinx-build-2.7'])
if opts.html:
cmd='%s %s -b html -c %s %s %s' % (sphinx_bin, opt_str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment