This commit is contained in:
Chris Holdgraf
2020-07-02 14:25:04 -07:00
committed by Stephen Finucane
parent 60b105d6aa
commit 729dcd0e03
2 changed files with 5 additions and 4 deletions

View File

@@ -165,9 +165,9 @@ Use custom page metadata in HTML templates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any key / value pairs in :doc:`field lists </usage/restructuredtext/field-lists>`
that are placed *before* the page's title will be available to the Jinja template when
building the page within the :data:`meta` attribute. For example, if a page had the
following text before its first title:
that are placed *before* the page's title will be available to the Jinja
template when building the page within the :data:`meta` attribute. For example,
if a page had the following text before its first title:
.. code-block:: rst

View File

@@ -21,7 +21,8 @@ Themes
.. note::
This section provides information about using pre-existing HTML themes. If
you wish to create your own theme, refer to :doc:`/development/tutorials/theming-dev`.
you wish to create your own theme, refer to
:doc:`/development/tutorials/theming-dev`.
Sphinx supports changing the appearance of its HTML output via *themes*. A
theme is a collection of HTML templates, stylesheet(s) and other static files.