#116: Added `html_output_encoding` config value.

This commit is contained in:
Georg Brandl
2009-06-16 22:19:51 +02:00
parent 0ed845462f
commit 041d7c37a5
6 changed files with 16 additions and 4 deletions
+8
View File
@@ -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'``.