sphinx: init from python3Packages.sphinx

This commit is contained in:
Florian Franzen 2021-04-23 11:59:26 +02:00
parent 063e5abdd2
commit f192430e47

View File

@ -17474,6 +17474,8 @@ in
fftw = fftwFloat;
};
sphinx = with python3Packages; toPythonApplication sphinx;
sphinx-serve = with python3Packages; toPythonApplication sphinx-serve;
sphinxbase = callPackage ../development/libraries/sphinxbase { };