merge with 0.6

This commit is contained in:
Georg Brandl
2010-08-25 12:04:42 +00:00

View File

@@ -165,6 +165,7 @@ class QtHelpBuilder(StandaloneHTMLBuilder):
nspace = 'org.sphinx.%s.%s' % (outname, self.config.version)
nspace = re.sub('[^a-zA-Z0-9.]', '', nspace)
nspace = re.sub(r'\.+', '.', nspace).strip('.')
nspace = nspace.lower()
# write the project file
f = codecs.open(path.join(outdir, outname+'.qhp'), 'w', 'utf-8')