Once pip install sphinxcontrib-jupyter is setup then need to check if Makefile will call the jupyter builder as part of the new default Makefile format that is generated by sphinx-quickstart.
Check if we need to register jupyter as a builder and that make jupyter works.
Currently users may need to add to their Makefile a specific call to sphinx-build
@mmcky can confirm (having tested this just now) that if the extension is installed on the system, the default Makefile produced by sphinx-quickstart will call the builder correctly without modification.
Once
pip install sphinxcontrib-jupyter
is setup then need to check ifMakefile
will call thejupyter
builder as part of the new defaultMakefile
format that is generated bysphinx-quickstart
.Check if we need to register
jupyter
as a builder and thatmake jupyter
works.Currently users may need to add to their Makefile a specific call to
sphinx-build