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.
1 parent 8b019c8 commit 143bebaCopy full SHA for 143beba
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
]
25
dynamic = ["version", "description"]
26
dependencies = [
27
- "pydata-sphinx-theme>=0.14.0,<0.15",
+ "pydata-sphinx-theme>=0.15.0,<0.16",
28
"sphinx>=5",
29
30
src/pymc_sphinx_theme/__init__.py
@@ -1,6 +1,6 @@
1
"""A thin sphinx theme to customize pydata-sphinx-theme consistently cross PyMC websites."""
2
3
-__version__ = "0.14.0"
+__version__ = "0.15.0"
4
5
from pathlib import Path
6
0 commit comments