diff options
author | Chris Holdgraf <choldgraf@berkeley.edu> | 2020-07-02 14:25:04 -0700 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2020-07-29 10:38:18 +0100 |
commit | 729dcd0e033b0e458bdff6ba2ba778001dc4540c (patch) | |
tree | d1a16424baeb04754d8c4ce8140aba7db9205338 /doc/development/tutorials/theming-dev.rst | |
parent | 60b105d6aa15fd0681c40965e261847b61f3ddd9 (diff) | |
download | sphinx-git-729dcd0e033b0e458bdff6ba2ba778001dc4540c.tar.gz |
flake8
Diffstat (limited to 'doc/development/tutorials/theming-dev.rst')
-rw-r--r-- | doc/development/tutorials/theming-dev.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/tutorials/theming-dev.rst b/doc/development/tutorials/theming-dev.rst index 4b396f020..ad6b73a6c 100644 --- a/doc/development/tutorials/theming-dev.rst +++ b/doc/development/tutorials/theming-dev.rst @@ -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 |