setup -> set up

This commit is contained in:
Daniel Townsend
2022-02-10 17:44:18 +00:00
committed by GitHub
parent 03c8ceb85f
commit bcb0a03f92

View File

@@ -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()``