Fix #8884: Include sphinx/search/minified-js in the tarball

This commit is contained in:
Dmitry Shachnev 2021-02-14 20:41:19 +03:00
parent c60cc0c178
commit 8aaea906a1

View File

@ -22,6 +22,7 @@ recursive-include sphinx/texinputs_win *
recursive-include sphinx/themes *
recursive-include sphinx/locale *.js *.pot *.po *.mo
recursive-include sphinx/search/non-minified-js *.js
recursive-include sphinx/search/minified-js *.js
recursive-include sphinx/ext/autosummary/templates *
recursive-include tests *
recursive-include utils *