18 buildPythonPackage rec {
19 pname = "sphinx-mdinclude";
24 pname = "sphinx_mdinclude";
26 hash = "sha256-7OPYEuLVWbTn5H9ntqh7Dipom2svURR5XI7Uf/s5wWk=";
29 nativeBuildInputs = [ flit-core ];
31 propagatedBuildInputs = [
37 nativeCheckInputs = [ pytestCheckHook ];
40 broken = true; # https://github.com/omnilib/sphinx-mdinclude/issues/22
41 homepage = "https://github.com/omnilib/sphinx-mdinclude";
42 changelog = "https://github.com/omnilib/sphinx-mdinclude/blob/v${version}/CHANGELOG.md";
43 description = "Sphinx extension for including or writing pages in Markdown format";
45 A simple Sphinx extension that enables including Markdown documents from within
47 It provides the .. mdinclude:: directive, and automatically converts the content of
48 Markdown documents to reStructuredText format.
50 sphinx-mdinclude is a fork of m2r and m2r2, focused only on providing a Sphinx extension.
52 license = licenses.mit;
53 maintainers = with maintainers; [ flokli ];