Skip to content

Commit

Permalink
Merge pull request #32 from readthedocs/change-default-value
Browse files Browse the repository at this point in the history
Change default value of `rtd_sphinx_search_file_type` to `minified`
  • Loading branch information
ericholscher committed Jul 17, 2019
2 parents 166d5ae + 4c102fb commit 2c43687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_search/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def inject_static_files(app):

def setup(app):

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

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

0 comments on commit 2c43687

Please sign in to comment.