9 buildPythonPackage rec {
10 pname = "sphinx-togglebutton";
14 inherit pname version;
15 sha256 = "sha256-qwyLNmQnsB5MiYAtXQeEcsQn+m6dEtUhw0+gRCVZ3Ho=";
18 propagatedBuildInputs = [ wheel sphinx docutils ];
20 pythonImportsCheck = [ "sphinx_togglebutton" ];
23 description = "Toggle page content and collapse admonitions in Sphinx";
24 homepage = "https://github.com/executablebooks/sphinx-togglebutton";
25 license = licenses.mit;
26 maintainers = with maintainers; [ marsam ];