On Fri, 26 Oct 2018, Andreas Tille wrote:
> Hi Yarislav, > On Sun, Aug 12, 2018 at 02:40:28PM -0400, Yaroslav Halchenko wrote: > > Fwiw I will look into updating soon unless someone beats me to it > I guess this went out of your focus. I tried my best to update Git[1] to > version 0.9.0. The package build process stumbles about doc creation: THANKS! > ... > copying images... [ 97%] savefig/var_fevd.png > copying images... [100%] savefig/dvar_forecast.png > copying static files... done > copying extra files... done > dumping search index in English (code: en) ... done > dumping object inventory... done > build succeeded, 33 warnings. > The HTML pages are in build/html. > Copying rendered example notebooks > mkdir -p build/html/examples/notebooks/generated > cp source/examples/notebooks/generated/*html > build/html/examples/notebooks/generated > #../tools/examples_rst.py > ../tools/fold_toc.py build/html/index.html > Traceback (most recent call last): > File "../tools/fold_toc.py", line 12, in <module> > doc = open(filename, encoding='utf8').read() so the script now is python3. adjust shebang? alternative might work to patch it with smth like from io import open -- Yaroslav O. Halchenko Center for Open Neuroscience http://centerforopenneuroscience.org Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik