Skip to content

Commit 5c72f65

Browse files
authored
Docs: update releasing (#1574)
* Docs: update releasing * Use the pattern we already have * Use tab :/
1 parent 68a89bb commit 5c72f65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/contributing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Releasing the theme
227227

228228
To release a new version of the theme, core team will take the following steps:
229229

230+
#. Install the required depedencies with ``pip install '.[dev]'``.
230231
#. Bump the version by running ``bump2version [major|minor|patch|dev]``.
231232
This will automatically increase the correct part(s) of the version number,
232233
you do not need to specify the exact version number.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dev =
5757
sphinxcontrib-httpdomain
5858
bump2version
5959
wheel
60+
twine
6061

6162
[options.entry_points]
6263
sphinx.html_themes =

0 commit comments

Comments
 (0)