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 8ddc57a commit 8b019c8Copy full SHA for 8b019c8
pyproject.toml
@@ -24,8 +24,8 @@ classifiers = [
24
]
25
dynamic = ["version", "description"]
26
dependencies = [
27
- "pydata-sphinx-theme>=0.13.0,<0.14",
28
- "sphinx>=5,<7",
+ "pydata-sphinx-theme>=0.14.0,<0.15",
+ "sphinx>=5",
29
30
31
[tool.flit.module]
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.13.0"
+__version__ = "0.14.0"
4
5
from pathlib import Path
6
0 commit comments