You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/nbconvert/files/nbconvert-4.1.0-docs-Makefi...

17 lines
667 B

nbconvert is not yet installed at time of doc generation.
Patch by Marius Brehler
--- docs/Makefile
+++ docs/Makefile
@@ -61,8 +61,8 @@ source/config_options.rst:
@echo "Created docs for config options"
ipynb2rst:
- jupyter nbconvert --to rst source/customizing.ipynb --FilesWriter.build_directory=source
- jupyter nbconvert --to rst source/nbconvert_library.ipynb --FilesWriter.build_directory=source
+ ../scripts/jupyter-nbconvert --to rst source/customizing.ipynb --FilesWriter.build_directory=source
+ ../scripts/jupyter-nbconvert --to rst source/nbconvert_library.ipynb --FilesWriter.build_directory=source
@echo "Converted notebooks to rst"
dirhtml: