mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Use forward slashes in sphinx output
This commit is contained in:
@@ -53,7 +53,8 @@ def makeHeadings():
|
|||||||
if 'overload' in name or 'contributed' in name:
|
if 'overload' in name or 'contributed' in name:
|
||||||
width = 16
|
width = 16
|
||||||
|
|
||||||
text += templates.TEMPLATE_HEADINGS % (name, os.path.normpath(rel_path), width)
|
rel_path = os.path.normpath(rel_path).replace('\\', '/')
|
||||||
|
text += templates.TEMPLATE_HEADINGS % (name, rel_path, width)
|
||||||
|
|
||||||
writeIfChanged(heading_file, text)
|
writeIfChanged(heading_file, text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user