Skip to content

Commit a0163df

Browse files
authored
Add note to update pins as part of mpl-sphinx-theme release
I thought this may be the more appropriate place to document what requirements files need updating upon release of mpl sphinx theme. There are a couple of other candidates: matplotlib/cheat-sheets and matplotlib/data-prototype, in particular, but those are small enough/not updated enough to bother repinning, I think;
1 parent 5d2b419 commit a0163df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ automagically.
6363
$ python -m build -s -w
6464
$ twine upload dist/mpl_sphinx_theme-x.y.z*
6565
66+
Update the requirements for the following sites which use ``mpl-sphinx-theme``:
67+
68+
* matplotlib/matplotlib: requirements/doc/doc-requirements.txt
69+
* matplotlib/mpl-brochure-site: requirements.txt
70+
* matplotlib/mpl-third-party: docs/requirements.txt
71+
* matplotlib/governance: requirements-doc.txt
72+
* matplotlib/mpl-gui: requirements-doc.txt
73+
6674
TODO: This project `uses GitHub Actions <https://github.com/matplotlib/mpl-sphinx-theme/blob/main/.github/workflows/publish-pypi.yml>`_
6775
to automatically push a new release to PyPI whenever
6876
a git tag is pushed. For example, to release a new ``x.y.z`` version of

0 commit comments

Comments
 (0)