We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 073b2d0 + 49f1a1c commit 26c0fe6Copy full SHA for 26c0fe6
docs/requirements.txt
@@ -1,2 +1,2 @@
1
-pydata-sphinx-theme>=0.9.0
+pydata-sphinx-theme>=0.10.0
2
matplotlib
mpl_sphinx_theme/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) Matplotlib developers.
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (3, 5, 0)
+version_info = (3, 6, 0)
8
__version__ = ".".join(map(str, version_info))
requirements.txt
0 commit comments