Tomasz Rybak <[email protected]> writes: > I was trying to rebuild PyCUDA 2016.1.1 (as tagged on GitHub) package using > CUDA 7.5 and Sphinx 1.4.4. > There was warning regarding http to https redirect on documen.tician.de, > patch below: > Index: pycuda-2016.1.1/doc/source/conf.py > =================================================================== > --- pycuda-2016.1.1.orig/doc/source/conf.py > +++ pycuda-2016.1.1/doc/source/conf.py > @@ -187,5 +187,5 @@ latex_documents = [ > intersphinx_mapping = { > 'http://docs.python.org/dev': None, > 'http://docs.scipy.org/doc/numpy/': None, > - 'http://documen.tician.de/codepy/': None, > + 'https://documen.tician.de/codepy/': None, > }
Thanks for the patch, I've applied that. > This is caused by doc/source/conf.py, html_theme_options, which contains > Unicode characters for floppy and rocket. I did not have any problems with > PyOpenCL, probably because 2016.1 does not contain those glyphs. > > Andreas - how have you built documentation for your web page? Is there some > special option for Sphinx I should use? Regarding the Sphinx build problem: I can reproduce this on Python 2, but I've been using Python 3, where the issue does not occur. I'm not entirely sure what the issue is--the traceback is somewhere deep in the weeds. Andreas _______________________________________________ PyCUDA mailing list [email protected] https://lists.tiker.net/listinfo/pycuda
