diff --git a/pydata-sphinx-theme-0.16.0.tar.gz b/pydata-sphinx-theme-0.16.0.tar.gz deleted file mode 100644 index 30a4931b2fef0864d8e71ad8700768b629063ea2..0000000000000000000000000000000000000000 Binary files a/pydata-sphinx-theme-0.16.0.tar.gz and /dev/null differ diff --git a/pydata-sphinx-theme-0.16.0-vendor-licenses.txt b/pydata-sphinx-theme-0.16.1-vendor-licenses.txt similarity index 77% rename from pydata-sphinx-theme-0.16.0-vendor-licenses.txt rename to pydata-sphinx-theme-0.16.1-vendor-licenses.txt index 678975d7f899684d5d424be046e2da74712dd1e8..09aaa6e4d5c7eed35eef9d92a8520f2fc9d1ae27 100644 --- a/pydata-sphinx-theme-0.16.0-vendor-licenses.txt +++ b/pydata-sphinx-theme-0.16.1-vendor-licenses.txt @@ -1,6 +1,6 @@ yarn run v1.22.19 -$ /tmpnode_modules/.bin/license-checker --summary -├─ MIT: 264 +$ /tmp/node_modules/.bin/license-checker --summary +├─ MIT: 266 ├─ ISC: 32 ├─ BSD-2-Clause: 15 ├─ BSD-3-Clause: 7 @@ -14,4 +14,4 @@ $ /tmpnode_modules/.bin/license-checker --summary ├─ (MIT AND CC-BY-3.0): 1 └─ 0BSD: 1 -Done in 0.94s. +Done in 0.98s. diff --git a/pydata-sphinx-theme-0.16.0-vendor.tar.xz b/pydata-sphinx-theme-0.16.1-vendor.tar.xz similarity index 72% rename from pydata-sphinx-theme-0.16.0-vendor.tar.xz rename to pydata-sphinx-theme-0.16.1-vendor.tar.xz index e6f2b62412fb5466c021bd48873bd735b8d96984..70a970ca6970b77b87a87ee5df3535d0767ac891 100644 Binary files a/pydata-sphinx-theme-0.16.0-vendor.tar.xz and b/pydata-sphinx-theme-0.16.1-vendor.tar.xz differ diff --git a/pydata-sphinx-theme-0.16.1.tar.gz b/pydata-sphinx-theme-0.16.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e3dc9701e6d5abcd0ca32b64b4bb07dfa745bd07 Binary files /dev/null and b/pydata-sphinx-theme-0.16.1.tar.gz differ diff --git a/python-pydata-sphinx-theme.spec b/python-pydata-sphinx-theme.spec index 136b055041d86fcfaf251e561055198e07c56c5a..b16ed384e55a8bd9d24638ba6e70c784476a300b 100644 --- a/python-pydata-sphinx-theme.spec +++ b/python-pydata-sphinx-theme.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pydata-sphinx-theme -Version: 0.16.0 +Version: 0.16.1 Release: 1 Summary: Bootstrap-based Sphinx theme from the PyData community. @@ -17,6 +17,7 @@ BuildRequires: nodejs-devel BuildRequires: nodejs-yarn BuildRequires: npm BuildRequires: pandoc +BuildRequires: babel BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools @@ -136,6 +137,14 @@ cd - %license LICENSE %changelog +* Fri Jul 4 2025 Dongxing Wang - 0.16.1-1 +- Update package to version 0.16.1 + Stop moving the Read the Docs version switcher into the sidebar + When using the copybutton in code blocks, exclude copying the prompt + Remove hover striping from all but .dataframe tables + Higher contrast table hover stripe (light mode) + Match Sphinx toggle button and Sphinx Design hover and focus styles + * Mon Nov 4 2024 Dongxing Wang - 0.16.0-1 - Update package to version 0.16.0 Scrollable table? Make keyboard accessible (focusable)