improve grammar in theming.rst

This commit is contained in:
Daniel Townsend 2022-02-08 13:05:18 +00:00 committed by GitHub
parent 680417a10d
commit 03c8ceb85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,8 +88,8 @@ Python :mod:`ConfigParser` module) and has the following structure:
Distribute your theme as a Python package
-----------------------------------------
As a way to distribute your theme, you can use Python package. Python package
brings to users easy setting up ways.
As a way to distribute your theme, you can use a Python package. This makes it
easier for users to setup 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()``