diff options
author | James Addison <55152140+jayaddison@users.noreply.github.com> | 2023-04-07 20:59:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 20:59:27 +0100 |
commit | 94f4afafa5564b9d69d18377e40f080c75da410e (patch) | |
tree | f240949a5a046b9d9d95dc2e7b21d660db5494c3 | |
parent | 5d13215b58f93c6be8255ef2e3e20836508c7d47 (diff) | |
download | sphinx-git-94f4afafa5564b9d69d18377e40f080c75da410e.tar.gz |
Add a missing word in ``doc/development/theming.rst`` (#11301)
-rw-r--r-- | doc/development/theming.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/theming.rst b/doc/development/theming.rst index 65216787f..5a066082e 100644 --- a/doc/development/theming.rst +++ b/doc/development/theming.rst @@ -160,7 +160,7 @@ static path, for that matter) ends with ``.jinja``, it will be processed by the template engine. The ``.jinja`` will be removed from the final file name. For example, the *classic* theme has a file ``static/classic.css.jinja`` which uses templating to put the colour options into the stylesheet. When a documentation -is built with the classic theme, the output directory will contain a +project is built with the classic theme, the output directory will contain a ``_static/classic.css`` file where all template tags have been processed. .. versionchanged:: 6.2 |