New submission from Joseph Armbruster: 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 ---------- components: Documentation, Documentation tools (Sphinx) messages: 57931 nosy: JosephArmbruster severity: minor status: open title: 'without make' documentation build anomaly type: behavior versions: Python 3.0 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1520> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com