18 , sphinx-notfound-page
23 # FIXME: Move to rocmPackages_common
24 buildPythonPackage rec {
25 pname = "rocm-docs-core";
29 src = fetchFromGitHub {
30 owner = "RadeonOpenCompute";
31 repo = "rocm-docs-core";
33 hash = "sha256-Mr6/Ne6P+TapoCqN7xkKMNse3fTaIAvvLmMl0kVg7Vs=";
36 buildInputs = [ setuptools ];
38 propagatedBuildInputs = [
55 pythonImportsCheck = [ "rocm_docs" ];
57 passthru.updateScript = gitUpdater { rev-prefix = "v"; };
60 description = "ROCm Documentation Python package for ReadTheDocs build standardization";
61 homepage = "https://github.com/RadeonOpenCompute/rocm-docs-core";
62 license = with licenses; [ mit cc-by-40 ];
63 maintainers = teams.rocm.members;
64 platforms = platforms.linux;