mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/nbconvert: Add missing patch
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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:
|
||||
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc test"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-4.0.0-docs-Makefile.patch
|
||||
"${FILESDIR}"/${P}-docs-Makefile.patch
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user