11 buildPythonPackage rec {
12 pname = "sphinx-togglebutton";
17 inherit pname version;
18 hash = "sha256-qwyLNmQnsB5MiYAtXQeEcsQn+m6dEtUhw0+gRCVZ3Ho=";
26 propagatedBuildInputs = [
31 pythonImportsCheck = [ "sphinx_togglebutton" ];
34 description = "Toggle page content and collapse admonitions in Sphinx";
35 homepage = "https://github.com/executablebooks/sphinx-togglebutton";
36 license = licenses.mit;