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
path: root/doc
diff options
context:
space:
mode:
authorDaniel Townsend <dan@dantownsend.co.uk>2022-02-10 20:44:18 +0300
committerGitHub <noreply@github.com>2022-02-10 20:44:18 +0300
commitbcb0a03f92da576e77127df1e7d88a9db04e2362 (patch)
treeb3bcdd78857b9cac1abdec1b4ebfe2a1af0fee25 /doc
parent03c8ceb85f766340e54837cbbfb50df7b6d03ac7 (diff)
setup -> set up
Diffstat (limited to 'doc')
-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 dae48bede..ed87f72e3 100644
--- a/doc/development/theming.rst
+++ b/doc/development/theming.rst
@@ -89,7 +89,7 @@ Distribute your theme as a Python package
-----------------------------------------
As a way to distribute your theme, you can use a Python package. This makes it
-easier for users to setup your theme.
+easier for users to set up your theme.
To distribute your theme as a Python package, please define an entry point
called ``sphinx.html_themes`` in your ``setup.py`` file, and write a ``setup()``