10 buildPythonPackage rec {
11 pname = "sphinx-thebe";
15 disabled = pythonOlder "3.8";
19 pname = "sphinx_thebe";
20 hash = "sha256-V2BH9FVg6C9kql8VIAsesJTc/hxbj1MaimW9II4lpJM=";
28 propagatedBuildInputs = [
32 pythonImportsCheck = [
37 description = "Integrate interactive code blocks into your documentation with Thebe and Binder";
38 homepage = "https://github.com/executablebooks/sphinx-thebe";
39 changelog = "https://github.com/executablebooks/sphinx-thebe/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];