We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a89bb commit 5c72f65Copy full SHA for 5c72f65
docs/contributing.rst
@@ -227,6 +227,7 @@ Releasing the theme
227
228
To release a new version of the theme, core team will take the following steps:
229
230
+#. Install the required depedencies with ``pip install '.[dev]'``.
231
#. Bump the version by running ``bump2version [major|minor|patch|dev]``.
232
This will automatically increase the correct part(s) of the version number,
233
you do not need to specify the exact version number.
setup.cfg
@@ -57,6 +57,7 @@ dev =
57
sphinxcontrib-httpdomain
58
bump2version
59
wheel
60
+ twine
61
62
[options.entry_points]
63
sphinx.html_themes =
0 commit comments