Commit Graph

3 Commits

Author SHA1 Message Date
baldurk 5cd04f27a0 Fix some encoding issues with sphinx docs in htmlhelp builder 2020-03-09 10:57:05 +00:00
baldurk 8b851679a8 Fix remove_lines.py script to explicitly read input as cp1252
* The output from sphinx is in cp1252 for CHM builds, which is the only place
  this script is used. Trying to read it as UTF-8 will fail on non-ASCII
  characters.
2020-01-08 19:10:52 +00:00
baldurk 29f1d1af62 Add post-processing for the sphinx htmlhelp output before build
* Copies our .hhk into the build folder
* Removes TOC entries that just refer to anchors - it's unnecessary and
  just clutters up the TOC.
2016-05-16 16:29:08 +02:00