9 buildPythonPackage rec {
10 pname = "sphinxcontrib-serializinghtml";
14 disabled = pythonOlder "3.9";
17 pname = "sphinxcontrib_serializinghtml";
19 hash = "sha256-k/P13EWLkbGS/hDDl+Mk8mLPFj158ygsFY6ENqLEUR8=";
22 nativeBuildInputs = [ flit-core ];
24 # Check is disabled due to circular dependency of sphinx
25 dontCheckRuntimeDeps = true;
28 pythonNamespaces = [ "sphinxcontrib" ];
31 description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)";
32 homepage = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml";
33 license = licenses.bsd2;
34 maintainers = teams.sphinx.members;