We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
minify_option
1 parent e4ceecd commit dfc7fb6Copy full SHA for dfc7fb6
1 file changed
doc/sphinx/sphinx_lief_doc/config/html_config.py
@@ -4,16 +4,16 @@
4
from sphinx.application import Sphinx
5
6
def minify_option() -> dict[str, bool]:
7
- return {
8
- "html_minify": True,
9
- "css_minify": True,
10
- "html_prettify": False,
11
- }
12
#return {
13
- # "html_minify": False,
14
- # "css_minify": False,
+ # "html_minify": True,
+ # "css_minify": True,
15
# "html_prettify": False,
16
#}
+ return {
+ "html_minify": False,
+ "css_minify": False,
+ "html_prettify": False,
+ }
17
18
19
def setup(app: Sphinx):
0 commit comments