-
You must be signed in to change notification settings -
Updates to the makefile, contribution guide, and README for the napari[docs] installation #602
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks @psobolewskiPhD
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed the directions and (almost) built the docs locally successfully😄just a typical gallery build crash (OSError: exception: access violation reading 0x0000000000000034 make: *** [Makefile:31: docs-build] Error 127
, so not the fault of these directions.
I'm a bit confused about the jupytext bit, does that get installed with napari[docs]
? it seems its an optional of myst-nb
. So, just want to know if we need to clarify that jupytext
would need to be separately installed for the conversion. I did not get jupyter or jupytext when pip install -e .[pyqt, dev, docs]
, so I think it would need to be separately added in.
ps. the build is so much quieter now ❤️ I got local back and working yesterday, but with the older install it was still pretty noisy in the console. With a fresh env things are way cleaner at the start
Thanks @TimMonko |
Elephant in the room is that I can't build docs locally -- always seg fault. |
Rerunning CI post napari/napari#7676 |
Regarding my local issues: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of comments, otherwise looks good!
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Gah! build fail! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff @psobolewskiPhD 😍
References and relevant issues
Closes #589
Description
In this PR, based on the discussion in the docs working group, see #589 (comment)
requirements.txt
docs-install
anddocs
elements in theMakefile
napari[docs]
:dev
install.make html
and drop mention ofmake docs-install