From 8b019c8b2c7121ff8faa4f9869f62c092ed70e64 Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Fri, 17 Nov 2023 15:53:00 +0100 Subject: [PATCH] update requirements to pst 0.14 --- pyproject.toml | 4 ++-- src/pymc_sphinx_theme/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e92ebb..8a6e1f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ classifiers = [ ] dynamic = ["version", "description"] dependencies = [ - "pydata-sphinx-theme>=0.13.0,<0.14", - "sphinx>=5,<7", + "pydata-sphinx-theme>=0.14.0,<0.15", + "sphinx>=5", ] [tool.flit.module] diff --git a/src/pymc_sphinx_theme/__init__.py b/src/pymc_sphinx_theme/__init__.py index c652183..ee135cf 100644 --- a/src/pymc_sphinx_theme/__init__.py +++ b/src/pymc_sphinx_theme/__init__.py @@ -1,6 +1,6 @@ """A thin sphinx theme to customize pydata-sphinx-theme consistently cross PyMC websites.""" -__version__ = "0.13.0" +__version__ = "0.14.0" from pathlib import Path