7 buildPythonPackage rec {
8 pname = "sphinxcontrib-apidoc";
12 inherit pname version;
13 sha256 = "sha256-cpv1ks97fdV8TAV5T3MtwCYScnXXhcKlSUUh/d53P7k=";
17 # break infite recursion, remove pytest 4 requirement
18 rm test-requirements.txt requirements.txt
21 propagatedBuildInputs = [
25 # Check is disabled due to circular dependency of sphinx
29 description = "Sphinx extension for running sphinx-apidoc on each build";
30 homepage = "https://github.com/sphinx-contrib/apidoc";
31 license = licenses.bsd2;
32 maintainers = teams.openstack.members;