diff options
| author | Daniel Townsend <dan@dantownsend.co.uk> | 2022-02-08 13:05:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 13:05:18 +0000 |
| commit | 03c8ceb85f766340e54837cbbfb50df7b6d03ac7 (patch) | |
| tree | 043e3bde4b6879247e9c8134c943952601da55b6 /doc/development | |
| parent | 680417a10df7e5c35c0ff65979bd22906b9a5f1e (diff) | |
| download | sphinx-git-03c8ceb85f766340e54837cbbfb50df7b6d03ac7.tar.gz | |
improve grammar in theming.rst
Diffstat (limited to 'doc/development')
| -rw-r--r-- | doc/development/theming.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/theming.rst b/doc/development/theming.rst index 08cd37121..dae48bede 100644 --- a/doc/development/theming.rst +++ b/doc/development/theming.rst @@ -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()`` |
