summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorDaniel Townsend <dan@dantownsend.co.uk>2022-02-10 17:44:18 +0000
committerGitHub <noreply@github.com>2022-02-10 17:44:18 +0000
commitbcb0a03f92da576e77127df1e7d88a9db04e2362 (patch)
treeb3bcdd78857b9cac1abdec1b4ebfe2a1af0fee25 /doc/development
parent03c8ceb85f766340e54837cbbfb50df7b6d03ac7 (diff)
downloadsphinx-git-bcb0a03f92da576e77127df1e7d88a9db04e2362.tar.gz
setup -> set up
Diffstat (limited to 'doc/development')
-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()``