Skip to content

Commit 2c4bb85

Browse files
committed
Fix doc generation
1 parent 0ebe553 commit 2c4bb85

2 files changed

Lines changed: 3738 additions & 4 deletions

File tree

docs/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import inspect
22
import os
3-
import re
43
import sys
54
from datetime import datetime, timezone
65
from pathlib import Path
@@ -19,8 +18,6 @@
1918

2019

2120
def html_minify(html: str) -> str:
22-
html = re.sub(r">\s+<", "><", html)
23-
html = re.sub(r"\s+", " ", html)
2421
return html.strip()
2522

2623

docs/index.html

Lines changed: 3738 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)