From ac6b3b30b5e363259521c60769e8b551572a75f2 Mon Sep 17 00:00:00 2001 From: Petr Bodnar Date: Sun, 13 Oct 2024 17:52:43 +0200 Subject: [PATCH] build(docs): generate html for *all* the md files Also apply Black formatter for the list while at it. --- docs/__init__.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/__init__.py b/docs/__init__.py index ebcc8bf..92a6ca2 100644 --- a/docs/__init__.py +++ b/docs/__init__.py @@ -1,7 +1,12 @@ from mistletoe import Document, HtmlRenderer, __version__ -INCLUDE = {'README.md': 'index.html', - 'CONTRIBUTING.md': 'contributing.html'} +INCLUDE = { + "README.md": "index.html", + "CONTRIBUTING.md": "contributing.html", + "cutting-a-release.md": "cutting-a-release.html", + "dev-guide.md": "dev-guide.html", + "performance.md": "performance.html", +} METADATA = """