sphinx-to-github icon indicating copy to clipboard operation
sphinx-to-github copied to clipboard

Windows environment does not work

Open junxy opened this issue 11 years ago • 1 comments

Ubuntu / OSX is work Windows environment does not work

Details:

Python 2.7.5
Windows 8.1
========================
python setup.py test   [OK]
-----------------------------------------------
The build results:
-----------------------------------------------
.....
build succeeded.
Renaming directory '_images' -> 'images'
Renaming directory '_sources' -> 'sources'
Renaming directory '_static' -> 'static'
Done, without errors.

But... The build html file:
......
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
......
<a href="_sources/index.txt" rel="nofollow"> View page source</a>
......

junxy avatar Jan 23 '14 02:01 junxy

Hi,

Thank you very much for reporting this. Unfortunately I don't use Windows for developing so I have completely neglected it. Sorry for the trouble.

Further to that I am currently on holiday so I will not be able to fix this for a month or two. Do you think you might be able to look into it and provide a patch? No trouble if you can't I'll look into it as soon as I can.

Cheers Michael On 23 Jan 2014 15:26, "Junior Hsu" [email protected] wrote:

Ubuntu / OSX is work Windows environment does not work

Details:

Python 2.7.5 Windows 8.1

python setup.py test [OK]

The build results:

..... build succeeded. Renaming directory '_images' -> 'images' Renaming directory '_sources' -> 'sources' Renaming directory '_static' -> 'static' Done, without errors.

But... The build html file: ......

...... View page source ......

— Reply to this email directly or view it on GitHubhttps://github.com/michaeljones/sphinx-to-github/issues/8 .

michaeljones avatar Jan 26 '14 04:01 michaeljones