[issue1520] 'without make' documentation build anomaly
Tim Golden
report at bugs.python.org
Sun Dec 2 13:49:14 CET 2007
Tim Golden added the comment:
Looks like it's the backslash as Windows path separator confusing the
sphinx.util.relative_uri function. I'll try to put a patch together,
although I'm not sure if relative_uri should use os.sep or whether the
paths should be canonicalised before getting there. I'll try with os.sep
to start with.
----------
nosy: +tim.golden
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1520>
__________________________________
More information about the Python-bugs-list
mailing list