Skip to content

Commit

Permalink
build(docs): generate html for *all* the md files
Browse files Browse the repository at this point in the history
Also apply Black formatter for the list while at it.
  • Loading branch information
pbodnar committed Oct 13, 2024
1 parent 872491d commit ac6b3b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/__init__.py
Original file line number Diff line number Diff line change
@@ -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 = """
<head>
Expand Down

0 comments on commit ac6b3b3

Please sign in to comment.