diff --git a/setup/publish.py b/setup/publish.py index e11dbaf8eb..da7593abe8 100644 --- a/setup/publish.py +++ b/setup/publish.py @@ -81,7 +81,7 @@ class Manual(Command): os.makedirs('.build'+os.sep+'html') os.environ['__appname__'] = __appname__ os.environ['__version__'] = __version__ - subprocess.check_call(['sphinx-build', '-b', 'html', '-t', 'online', + subprocess.check_call(['sphinx-build2', '-b', 'html', '-t', 'online', '-d', '.build/doctrees', '.', '.build/html']) subprocess.check_call(['sphinx-build', '-b', 'myepub', '-d', '.build/doctrees', '.', '.build/epub'])