summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Addison <55152140+jayaddison@users.noreply.github.com>2023-04-07 20:59:27 +0100
committerGitHub <noreply@github.com>2023-04-07 20:59:27 +0100
commit94f4afafa5564b9d69d18377e40f080c75da410e (patch)
treef240949a5a046b9d9d95dc2e7b21d660db5494c3
parent5d13215b58f93c6be8255ef2e3e20836508c7d47 (diff)
downloadsphinx-git-94f4afafa5564b9d69d18377e40f080c75da410e.tar.gz
Add a missing word in ``doc/development/theming.rst`` (#11301)
-rw-r--r--doc/development/theming.rst2
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