Hello!
When building the contributing guide, I ran into some issues running the documentation locally. I first ran nox -s docs, to build the documentation, and then ran .binder/postBuild, to try to run the documentation.
I was having issues running the postbuild script on multiple Linux machines, where an error would be thrown due to the lack of a 'packaging' module. However, I have installed jupyter-packaging and packaging. Let me know if you have any suggestions or questions!
Hello! When building the contributing guide, I ran into some issues running the documentation locally. I first ran
nox -s docs
, to build the documentation, and then ran.binder/postBuild
, to try to run the documentation.I was having issues running the postbuild script on multiple Linux machines, where an error would be thrown due to the lack of a 'packaging' module. However, I have installed jupyter-packaging and packaging. Let me know if you have any suggestions or questions!