Document html_context.

This commit is contained in:
Georg Brandl 2011-01-08 21:59:49 +01:00
parent 568c293226
commit 79ea94870d

View File

@ -388,8 +388,6 @@ Options for HTML output
These options influence HTML as well as HTML Help output, and other builders These options influence HTML as well as HTML Help output, and other builders
that use Sphinx' HTMLWriter class. that use Sphinx' HTMLWriter class.
.. XXX document html_context
.. confval:: html_theme .. confval:: html_theme
The "theme" that the HTML output should use. See the :doc:`section about The "theme" that the HTML output should use. See the :doc:`section about
@ -437,6 +435,14 @@ that use Sphinx' HTMLWriter class.
.. versionadded:: 0.4 .. versionadded:: 0.4
.. confval:: html_context
A dictionary of values to pass into the template engine's context for all
pages. Single values can also be put in this dictionary using the
:option:`-A` command-line option of ``sphinx-build``.
.. versionadded:: 0.5
.. confval:: html_logo .. confval:: html_logo
If given, this must be the name of an image file that is the logo of the If given, this must be the name of an image file that is the logo of the