python.pkgs.nbsphinx: python3 only
This commit is contained in:
parent
1a012f3fa7
commit
98381679c8
@ -8,6 +8,7 @@
|
|||||||
, sphinx
|
, sphinx
|
||||||
, traitlets
|
, traitlets
|
||||||
, python
|
, python
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -32,6 +33,8 @@ buildPythonPackage rec {
|
|||||||
${python.interpreter} -m nbsphinx
|
${python.interpreter} -m nbsphinx
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Jupyter Notebook Tools for Sphinx";
|
description = "Jupyter Notebook Tools for Sphinx";
|
||||||
homepage = "https://nbsphinx.readthedocs.io/";
|
homepage = "https://nbsphinx.readthedocs.io/";
|
||||||
|
Loading…
Reference in New Issue
Block a user