issues
search
sphinx-doc
/
sphinx
The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.61k
stars
2.13k
forks
source link
Write 'searchindex.js' using minimal JSON separators
#13062
Closed
jayaddison
closed
4 weeks ago
jayaddison
commented
1 month ago
Feature or Bugfix
Refactoring
Purpose
Reduce the size of the HTML search index file (
searchindex.js
) without otherwise affecting the application's behaviour.
Detail
When dumping the search index to JSON, use the
documented minimal-whitespace separator configuration
.
Relates
Implements #13061.
jayaddison
commented
4 weeks ago
Thanks @AA-Turner!
Feature or Bugfix
Purpose
searchindex.js
) without otherwise affecting the application's behaviour.Detail
Relates