mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
flake8
This commit is contained in:
committed by
Stephen Finucane
parent
60b105d6aa
commit
729dcd0e03
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user