mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
#116: Added `html_output_encoding` config value.
This commit is contained in:
@@ -536,6 +536,14 @@ that use Sphinx' HTMLWriter class.
|
||||
|
||||
.. versionadded:: 0.4
|
||||
|
||||
.. confval:: html_output_encoding
|
||||
|
||||
Encoding of HTML output files. Default is ``'utf-8'``. Note that this
|
||||
encoding name must both be a valid Python encoding name and a valid HTML
|
||||
``charset`` value.
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
.. confval:: htmlhelp_basename
|
||||
|
||||
Output file base name for HTML help builder. Default is ``'pydoc'``.
|
||||
|
||||
Reference in New Issue
Block a user