From a0163dfa8166145b3f11f4bca8321136bb42f97c Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Fri, 3 Mar 2023 13:32:36 -0600 Subject: [PATCH 1/2] 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; --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 4f560a1..56bed71 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,14 @@ automagically. $ python -m build -s -w $ twine upload dist/mpl_sphinx_theme-x.y.z* +Update the requirements for the following sites which use ``mpl-sphinx-theme``: + +* matplotlib/matplotlib: requirements/doc/doc-requirements.txt +* matplotlib/mpl-brochure-site: requirements.txt +* matplotlib/mpl-third-party: docs/requirements.txt +* matplotlib/governance: requirements-doc.txt +* matplotlib/mpl-gui: requirements-doc.txt + TODO: This project `uses GitHub Actions `_ to automatically push a new release to PyPI whenever a git tag is pushed. For example, to release a new ``x.y.z`` version of From 5f1ebe9c22ae8becb53201c652bd91988353e4e4 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Wed, 19 Apr 2023 15:26:59 -0500 Subject: [PATCH 2/2] More specific wording Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 56bed71..296c693 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ automagically. $ python -m build -s -w $ twine upload dist/mpl_sphinx_theme-x.y.z* -Update the requirements for the following sites which use ``mpl-sphinx-theme``: +Update the required ``mpl-sphinx-theme`` version in the following files: * matplotlib/matplotlib: requirements/doc/doc-requirements.txt * matplotlib/mpl-brochure-site: requirements.txt