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 | |
parent | 60b105d6aa15fd0681c40965e261847b61f3ddd9 (diff) | |
download | sphinx-git-729dcd0e033b0e458bdff6ba2ba778001dc4540c.tar.gz |
flake8
-rw-r--r-- | doc/development/tutorials/theming-dev.rst | 6 | ||||
-rw-r--r-- | doc/usage/theming.rst | 3 |
2 files changed, 5 insertions, 4 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 diff --git a/doc/usage/theming.rst b/doc/usage/theming.rst index 9a5d46fbf..0c088e8c9 100644 --- a/doc/usage/theming.rst +++ b/doc/usage/theming.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. |