We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97e59a5 + 5f1ebe9 commit 26aeeafCopy full SHA for 26aeeaf
1 file changed
README.rst
@@ -62,6 +62,14 @@ automagically.
62
$ python -m build -s -w
63
$ twine upload dist/mpl_sphinx_theme-x.y.z*
64
65
+Update the required ``mpl-sphinx-theme`` version in the following files:
66
+
67
+* matplotlib/matplotlib: requirements/doc/doc-requirements.txt
68
+* matplotlib/mpl-brochure-site: requirements.txt
69
+* matplotlib/mpl-third-party: docs/requirements.txt
70
+* matplotlib/governance: requirements-doc.txt
71
+* matplotlib/mpl-gui: requirements-doc.txt
72
73
TODO: This project `uses GitHub Actions <https://github.com/matplotlib/mpl-sphinx-theme/blob/main/.github/workflows/publish-pypi.yml>`_
74
to automatically push a new release to PyPI whenever
75
a git tag is pushed. For example, to release a new ``x.y.z`` version of
0 commit comments