mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
* htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files .hhc/.hhk files don't recognize hex escaping, we need convert hex escaping to decimal escaping. for example: `'` -> `'`.
5 lines
63 B
Python
5 lines
63 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
project = 'test'
|
|
master_doc = 'index'
|