10 buildPythonPackage rec {
11 pname = "readthedocs-sphinx-ext";
15 inherit pname version;
16 sha256 = "209c4b5ecf233b8bb44fcb8b4548460b0806e347ce50fd8172adcb7d23969a4a";
19 propagatedBuildInputs = [ requests ];
21 checkInputs = [ pytest mock sphinx ];
28 description = "Sphinx extension for Read the Docs overrides";
29 homepage = "https://github.com/rtfd/readthedocs-sphinx-ext";
30 license = licenses.mit;