22 buildPythonPackage rec {
23 pname = "sphinx-autoapi";
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-CevWdKMrREZyIrD7ipF7l8iVI/INvwW1LLij8OFXFN4=";
38 propagatedBuildInputs = [
53 # failing typing assertions
58 pythonImportsCheck = [
63 homepage = "https://github.com/readthedocs/sphinx-autoapi";
64 changelog = "https://github.com/readthedocs/sphinx-autoapi/blob/v${version}/CHANGELOG.rst";
65 description = "Provides 'autodoc' style documentation";
67 Sphinx AutoAPI provides 'autodoc' style documentation for
68 multiple programming languages without needing to load, run, or
69 import the project being documented.
71 license = licenses.mit;
72 maintainers = with maintainers; [ karolchmist ];