Merge pull request #8890 from tk0miya/8886

Fix #8884: Include sphinx/search/minified-js in the tarball
This commit is contained in:
Takeshi KOMIYA 2021-02-15 22:56:36 +09:00 committed by GitHub
commit c25eff471f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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