sphinx/tests/roots/test-build-htmlhelp/conf.py
animalize cedd94c541 [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files (#5853)
* 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: `'` -> `'`.
2018-12-23 22:39:12 +09:00

5 lines
63 B
Python

# -*- coding: utf-8 -*-
project = 'test'
master_doc = 'index'