nest / nest-docker

Build scripts for the docker container with NEST simulator and services
https://nest-simulator.org/
GNU General Public License v2.0
3 stars 7 forks source link

'make html' problem with sphinx_gallery #117

Closed steffengraber closed 2 years ago

steffengraber commented 2 years ago

Latest version of sphinx_gallery (v0.11.1) do not work. Error message below.

Checked other versions. v0.10.1 is ok

Possible fix: use python v3.9.


12 3.183 Extension error (sphinx_gallery.gen_gallery):

12 3.183 Handler <function generate_gallery_rst at 0x7f321bf99940> for event 'builder-inited' threw an exception (exception: sequence item 1: expected str instance, PosixPath found)

12 3.502 make[3]: *** [doc/CMakeFiles/html.dir/build.make:72: doc/CMakeFiles/html] Error 2

12 3.502 make[2]: *** [CMakeFiles/Makefile2:569: doc/CMakeFiles/html.dir/all] Error 2

12 3.502 make[1]: *** [CMakeFiles/Makefile2:576: doc/CMakeFiles/html.dir/rule] Error 2

12 3.503 make: *** [Makefile:231: html] Error 2


steffengraber commented 2 years ago

Tested successfully with python v3.10 and the NEST docker dev version.

steffengraber commented 2 years ago

Integrated Ubuntu Jammy and python v3.10. Fixed with #118