19 buildPythonPackage rec {
20 pname = "sphinx-mdinclude";
25 pname = "sphinx_mdinclude";
27 hash = "sha256-RHRi6Cy4vmFASiIEIn+SB2nrkj0vV2COMyXzu4goa0w=";
30 nativeBuildInputs = [ flit-core ];
32 propagatedBuildInputs = [
39 nativeCheckInputs = [ pytestCheckHook ];
42 homepage = "https://github.com/omnilib/sphinx-mdinclude";
43 changelog = "https://github.com/omnilib/sphinx-mdinclude/blob/v${version}/CHANGELOG.md";
44 description = "Sphinx extension for including or writing pages in Markdown format";
46 A simple Sphinx extension that enables including Markdown documents from within
48 It provides the .. mdinclude:: directive, and automatically converts the content of
49 Markdown documents to reStructuredText format.
51 sphinx-mdinclude is a fork of m2r and m2r2, focused only on providing a Sphinx extension.
53 license = licenses.mit;
54 maintainers = with maintainers; [