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