diff --git a/build.py b/build.py index caa088019..3cb34304a 100755 --- a/build.py +++ b/build.py @@ -986,7 +986,7 @@ def cmd_sphinx(options, args): pwd2 = pushDir(sphinxDir) buildDir = os.path.join(sphinxDir, 'build') htmlDir = os.path.join(phoenixDir(), 'docs', 'html') - runcmd('sphinx-build -b html -d %s/doctrees . %s' % (buildDir, htmlDir)) + runcmd('sphinx-build -b htmlhelp -d %s/doctrees . %s' % (buildDir, htmlDir)) del pwd2 msg('Postprocessing sphinx output...') diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 8184a0849..7f8d89ad8 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -126,7 +126,7 @@ #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = 'Phoenix Docs' +html_short_title = 'wxPython' # The name of an image file (relative to this directory) to place at the top # of the sidebar. @@ -194,7 +194,7 @@ #html_file_suffix = '' # Output file base name for HTML help builder. -htmlhelp_basename = 'PhoenixDocs' +htmlhelp_basename = 'wxPythonDocs' # -- Options for LaTeX output --------------------------------------------------