Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 2c43687

Browse files
authored
Merge pull request #32 from readthedocs/change-default-value
Change default value of `rtd_sphinx_search_file_type` to `minified`
2 parents 166d5ae + 4c102fb commit 2c43687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_search/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def inject_static_files(app):
4343

4444
def setup(app):
4545

46-
app.add_config_value('rtd_sphinx_search_file_type', 'un-minified', 'html')
46+
app.add_config_value('rtd_sphinx_search_file_type', 'minified', 'html')
4747

4848
app.connect('builder-inited', inject_static_files)
4949
app.connect('build-finished', copy_asset_files)

0 commit comments

Comments
 (0)