We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Tested successfully with python v3.10 and the NEST docker dev version.
Sorry, something went wrong.
Integrated Ubuntu Jammy and python v3.10. Fixed with #118
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: