12 buildPythonPackage rec {
13 pname = "readthedocs-sphinx-ext";
18 inherit pname version;
19 hash = "sha256-7l/VuZ258MGAsjlsvOUoqjZnGVG5UmuwJy2/zlUXvSc=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [ requests ];
33 description = "Sphinx extension for Read the Docs overrides";
34 homepage = "https://github.com/rtfd/readthedocs-sphinx-ext";
35 license = licenses.mit;