11 buildPythonPackage rec {
12 pname = "sphinx-thebe";
16 disabled = pythonOlder "3.8";
20 pname = "sphinx_thebe";
21 hash = "sha256-V2BH9FVg6C9kql8VIAsesJTc/hxbj1MaimW9II4lpJM=";
29 propagatedBuildInputs = [ sphinx ];
31 pythonImportsCheck = [ "sphinx_thebe" ];
34 description = "Integrate interactive code blocks into your documentation with Thebe and Binder";
35 homepage = "https://github.com/executablebooks/sphinx-thebe";
36 changelog = "https://github.com/executablebooks/sphinx-thebe/releases/tag/v${version}";
37 license = licenses.mit;