diff --git a/pyproject.toml b/pyproject.toml index 869e156..c6bae4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dynamic = ["version", "description"] dependencies = [ - "pydata-sphinx-theme>=0.15.0,<0.16", + "pydata-sphinx-theme>=0.16.0,<0.17", "sphinx>=5", ] diff --git a/src/labs_sphinx_theme/__init__.py b/src/labs_sphinx_theme/__init__.py index 57b3dc5..a28d3d5 100644 --- a/src/labs_sphinx_theme/__init__.py +++ b/src/labs_sphinx_theme/__init__.py @@ -1,6 +1,6 @@ """A thin sphinx theme to customize pydata-sphinx-theme consistently across PyMC-Labs projects.""" -__version__ = "0.15.0" +__version__ = "0.16.0" from pathlib import Path diff --git a/src/labs_sphinx_theme/components/contact.html b/src/labs_sphinx_theme/components/contact.html index 4404d2e..2b9e6b0 100644 --- a/src/labs_sphinx_theme/components/contact.html +++ b/src/labs_sphinx_theme/components/contact.html @@ -3,7 +3,7 @@ {% else %}
{% endif %} - + {{ _("Consulting and training") }}
diff --git a/src/labs_sphinx_theme/components/edit-this-page.html b/src/labs_sphinx_theme/components/edit-this-page.html index 51531d8..049562e 100644 --- a/src/labs_sphinx_theme/components/edit-this-page.html +++ b/src/labs_sphinx_theme/components/edit-this-page.html @@ -1,7 +1,7 @@ {% if sourcename is defined and page_source_suffix and "generated" not in sourcename %} {% set src = sourcename.split('.') %}
- + {% set provider = get_edit_provider_and_url()[0] %} {% block edit_this_page_text %} diff --git a/src/labs_sphinx_theme/components/footer-links.html b/src/labs_sphinx_theme/components/footer-links.html index 0f8ec57..e7d2c40 100644 --- a/src/labs_sphinx_theme/components/footer-links.html +++ b/src/labs_sphinx_theme/components/footer-links.html @@ -1,9 +1,9 @@