Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bach <benjamin@overtag.dk>2022-08-19 23:38:22 +0300
committerBenjamin Bach <benjamin@overtag.dk>2022-08-19 23:38:22 +0300
commite8440401010d146cbd32ade6184d19dc2d6241ba (patch)
treef145b3c77dd9f261033427ec459cfd4199cd6638
parent8e65b61666f0502121a49588502c722a5e2929c2 (diff)
Build everything one step at a time
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 17d9945..e95c771 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -184,7 +184,7 @@ To release a new version of the theme, core team will take the following steps:
#. Update the changelog (``docs/changelog.rst``) with the version information.
#. Run ``python setup.py update_translations`` to compile new translation files
and update Transifex.
-#. Run ``npm run build && python setup.py bdist_wheel sdist`` to rebuild all the theme assets and the Python
+#. Run ``npm install && npm run build && python setup.py bdist_wheel sdist`` to rebuild all the theme assets and the Python
package, notice that ``package-lock.json`` will be updated with a new package
version. But take care that it isn't also bumping versions of dependencies
in ways that are risky to the release.