10 buildPythonPackage rec {
11 pname = "sphinx-togglebutton";
16 inherit pname version;
17 hash = "sha256-qwyLNmQnsB5MiYAtXQeEcsQn+m6dEtUhw0+gRCVZ3Ho=";
25 propagatedBuildInputs = [
30 pythonImportsCheck = [
35 description = "Toggle page content and collapse admonitions in Sphinx";
36 homepage = "https://github.com/executablebooks/sphinx-togglebutton";
37 license = licenses.mit;
38 maintainers = with maintainers; [ ];