mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Use forward slashes in sphinx output
(cherry picked from commit 7b3a62102c)
This commit is contained in:
@@ -53,7 +53,8 @@ def makeHeadings():
|
||||
if 'overload' in name or 'contributed' in name:
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user