From 03c8ceb85f766340e54837cbbfb50df7b6d03ac7 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Tue, 8 Feb 2022 13:05:18 +0000 Subject: [PATCH 1/2] improve grammar in theming.rst --- doc/development/theming.rst | 4 ++-- 1 file 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()`` From bcb0a03f92da576e77127df1e7d88a9db04e2362 Mon Sep 17 00:00:00 2001 From: Daniel Townsend Date: Thu, 10 Feb 2022 17:44:18 +0000 Subject: [PATCH 2/2] setup -> set up --- doc/development/theming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()``