14
0

Accepting request 1112217 from home:mcalabkova:branches:devel:languages:python:pydata

- Update to version 0.14.0:
  * bump: version 0.13.3 → 0.14.0  (#1440)
  * fix: rollback ref and Id changes (#1438)
  * Add dropdown_text argument to generate_header_nav_html (#1423)
  * Build(deps): Bump actions/checkout from 3 to 4 (#1433)
  * Add the ability to add a center section to the footer (#1432)
  * style(i18n): French Typo fixed (#1430)
  * BUG - Remove redundant ARIA in breadcrumb navigation (#1426)
  * Do not animate the version admonitions colors. (#1424)
  * Fix More dropdown (html, aria, bootstrap classes) (#1414)
  * fix: don't display the warning bar if there is an issue (#1420)
  * fix: place the las_update value in the meta of each page (#1409)
  * MAINT - Increase axe-core accessibility testing coverage (#1408)
  * MAINT: Test old and new Sphinx versions (#1413)
  * MAINT - Add css class dropdown-item to version switcher (#1411)
  * Fix TocTree manipulation on Sphinx 7.2+ (#1406)
  * Only use ``sphinx.testing.path`` on Sphinx 7.1 and earlier (#1405)
  * Update gallery.yaml (#1120)
  * Update switcher styling (#1400)
  * Fix docstring typo (#1399)
  * Add cashocs to example gallery (#1127)
  * Add new Brightway Documentation Page to pydata-sphinx Example Gallery (#1232)
  * docs: change rational of the gallery grid (#1390)
  * Fix redirection for pages missing in other docs versions (#1395)
  * Fix version warning banner message (#1394)
  * update version JSON config guidance (#1393)
  * fix: prevent link to be followed before testing the header (#1361)
  * Version warningbar (#1354)
  * fix: link to Sphinx's theme templating page (#1388)
  * MAINT: deprecations (#1381)

OBS-URL: https://build.opensuse.org/request/show/1112217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=10
This commit is contained in:
2023-09-19 10:29:56 +00:00
committed by Git OBS Bridge
parent 6b588bf287
commit e7bbd09ca1
14 changed files with 137 additions and 41 deletions

View File

@@ -18,7 +18,7 @@
%define skip_python36 1
Name: python-pydata-sphinx-theme
Version: 0.13.1
Version: 0.14.0
Release: 0
Summary: Bootstrap-based Sphinx theme from the PyData community
License: BSD-3-Clause
@@ -30,8 +30,6 @@ Source1: python-pydata-sphinx-theme-%{version}-vendor.tar.xz
Source2: python-pydata-sphinx-theme-%{version}-vendor-licenses.txt
Source99: prepare_vendor.sh
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-regressions}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sphinx-theme-builder}
BuildRequires: %{python_module wheel}
@@ -58,6 +56,9 @@ BuildRequires: %{python_module accessible-pygments}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module pytest-regressions}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing_extensions}
BuildRequires: nodejs-default
BuildRequires: nodejs-devel
BuildRequires: nodejs-packaging