This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JosephArmbruster
Recipients JosephArmbruster
Date 2007-11-29.15:15:31
SpamBayes Score 0.053044043
Marked as misclassified No
Message-id <1196349331.67.0.490031647679.issue1520@psf.upfronthosting.co.za>
In-reply-to
Content
When I run the following from a windows command line, the resulting html
can not be browsed stand-alone:

python tools/sphinx-build.py -bhtml . build/htmlwin

It looks like the paths are getting hosed up; for example:

htmlcygwin/c-api/index.html contains:
<link rel="stylesheet" href="../style/default.css" type="text/css">
<link rel="stylesheet" href="../style/pygments.css" type="text/css">

htmlcmd/c-api/index.html contains:
<link rel="stylesheet" href="style/default.css" type="text/css">
<link rel="stylesheet" href="style/pygments.css" type="text/css">

Notes:

These seemed to work fine:

- building target html it in cygwin using make
- building target html in cygwin without make
- building target htmlhelp in cmd without make then generating chm
History
Date User Action Args
2007-11-29 15:15:32JosephArmbrustersetspambayes_score: 0.053044 -> 0.053044043
recipients: + JosephArmbruster
2007-11-29 15:15:31JosephArmbrustersetspambayes_score: 0.053044 -> 0.053044
messageid: <1196349331.67.0.490031647679.issue1520@psf.upfronthosting.co.za>
2007-11-29 15:15:31JosephArmbrusterlinkissue1520 messages
2007-11-29 15:15:31JosephArmbrustercreate