Skip to content

Commit dfc7fb6

Browse files
committed
Revert minify_option
1 parent e4ceecd commit dfc7fb6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/sphinx/sphinx_lief_doc/config/html_config.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
from sphinx.application import Sphinx
55

66
def minify_option() -> dict[str, bool]:
7-
return {
8-
"html_minify": True,
9-
"css_minify": True,
10-
"html_prettify": False,
11-
}
127
#return {
13-
# "html_minify": False,
14-
# "css_minify": False,
8+
# "html_minify": True,
9+
# "css_minify": True,
1510
# "html_prettify": False,
1611
#}
12+
return {
13+
"html_minify": False,
14+
"css_minify": False,
15+
"html_prettify": False,
16+
}
1717

1818

1919
def setup(app: Sphinx):

0 commit comments

Comments
 (0)