mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Document html_context.
This commit is contained in:
parent
568c293226
commit
79ea94870d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user