You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,12 +274,13 @@ Releasing the Theme
274
274
When you release a new version,
275
275
you should do the following:
276
276
277
-
* Bump the version in ``sphinx_rtd_theme/__init__.py`` - we try to follow `semvar <http://semver.org/>`_, so be careful with breaking changes.
277
+
* Bump the version in ``sphinx_rtd_theme/__init__.py`` - we try to follow `semver <http://semver.org/>`_, so be careful with breaking changes.
278
+
* Run a ``grunt build`` to rebuild all the theme assets.
278
279
* Commit that change
279
280
* Tag the release in git: ``git tag $NEW_VERSION``.
280
281
* Push the tag to GitHub: ``git push --tags origin``
281
282
* Upload the package to PyPI: ``python setup.py sdist bdist_wheel upload``
282
-
* In the ``readthedocs.org`` repo, edit the ``bower.json`` file to point at the correct version (``sphinx-rtd-theme": "https://github.com/snide/sphinx-rtd-theme.git#$NEW_VERSION"``)
283
+
* In the ``readthedocs.org`` repo, edit the ``bower.json`` file to point at the correct version (``sphinx-rtd-theme": "https://github.com/rtfd/sphinx-rtd-theme.git#$NEW_VERSION"``)
283
284
* In the ``readthedocs.org`` repo, run ``gulp build`` to update the distributed theme files
0 commit comments