Consider micro version for name of CHM file.
This commit is contained in:
parent
17fa44f617
commit
b5120ceae2
|
@ -116,6 +116,8 @@ pythondll_uuid = {
|
|||
|
||||
# Compute the name that Sphinx gives to the docfile
|
||||
docfile = ""
|
||||
if micro:
|
||||
docfile = str(micro)
|
||||
if level < 0xf:
|
||||
docfile = '%x%s' % (level, serial)
|
||||
docfile = 'python%s%s%s.chm' % (major, minor, docfile)
|
||||
|
|
Loading…
Reference in New Issue