Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-22 07:34:21 +0300
committerGitHub <noreply@github.com>2022-05-22 07:34:21 +0300
commite6f07c7381bad26175916afb0928d2098ebcf03d (patch)
treef9fd6850a3d27ea4af6cb4d8c005d2588a2c3560
parentc63d4741e9f7217f7db417eac05a225164cee7f7 (diff)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
-rw-r--r--doc/development/theming.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/theming.rst b/doc/development/theming.rst
index 6869aeffe..fcbeb030a 100644
--- a/doc/development/theming.rst
+++ b/doc/development/theming.rst
@@ -251,8 +251,8 @@ Add your own static files to the build assets
By default, Sphinx copies static files on the ``static/`` directory of the template
directory. However, if your package needs to place static files outside of the
``static/`` directory for some reasons, you need to copy them to the ``_static/``
-directory of HTML outputs manually at the build via an event hook. Here is a sample
-code to accomplish this:
+directory of HTML outputs manually at the build via an event hook. Here is an
+example of code to accomplish this:
.. code-block:: python