nlsoft
sphinx-build 生成的(htmlhelp) 存在2个问题
1.生成的html 编码 cp2152,需要修改/sphinx/builders/html.py
    ctx[\'encoding\'] = encoding = self.encoding
    ctx[\'encoding\'] = encoding = self.config.html_output_encoding
2.sphinx-build 生成的 hhc 文件中的中文是Encode的,折腾半天手工Decode


下载 python27.chm 中文帮助
下载 python34.chm 中文帮助

分类:

技术点:

相关文章:

  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-11-27
  • 2022-01-21
  • 2021-12-04
  • 2021-08-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-08-19
  • 2021-11-27
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案