From b04a15126fb426a116727471c51712052badaf48 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Fri, 3 May 2024 14:40:04 -0500 Subject: [PATCH] bump: 0.15.3rc0 -> 0.15.3rc1 (#1802) * stable should not be RC * purge codecov * bump to rc1 --- .github/workflows/tests.yml | 8 -------- README.md | 1 - docs/_static/switcher.json | 4 ++-- src/pydata_sphinx_theme/__init__.py | 2 +- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9421ddf4..4fabf96ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,14 +94,6 @@ jobs: nox -s compile - name: Run tests run: pytest -m "not a11y" --color=yes --cov --cov-report=xml - - name: Upload to Codecov - if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev' - uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: true - verbose: true - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # note I am setting this on top of the Python cache as I could not find # how to set the hash key on the python one diff --git a/README.md b/README.md index 44a6d0c6c..9c41506e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![conda-forge version badge](https://img.shields.io/conda/vn/conda-forge/pydata-sphinx-theme.svg?logo=anaconda&logoColor=white&color=orange)](https://anaconda.org/conda-forge/pydata-sphinx-theme) [![GitHub Workflow test status badge](https://img.shields.io/github/actions/workflow/status/pydata/pydata-sphinx-theme/tests.yml?logo=github&logoColor=white)](https://github.com/pydata/pydata-sphinx-theme/actions/workflows/tests.yml) [![Read the Docs build status badge](https://img.shields.io/readthedocs/pydata-sphinx-theme/latest?logo=readthedocs&logoColor=white)](https://readthedocs.org/projects/pydata-sphinx-theme/builds/) -[![Codecov test coverage percentage badge](https://img.shields.io/codecov/c/github/pydata/pydata-sphinx-theme?logo=codecov&logoColor=white)](https://codecov.io/gh/pydata/pydata-sphinx-theme) A clean, three-column, Bootstrap-based Sphinx theme by and for the [PyData community](https://pydata.org). diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 4af77d5e7..2e5c6c3df 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,8 +4,8 @@ "url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" }, { - "name": "0.15.3 (stable)", - "version": "v0.15.3", + "name": "0.15.2 (stable)", + "version": "v0.15.2", "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/", "preferred": true }, diff --git a/src/pydata_sphinx_theme/__init__.py b/src/pydata_sphinx_theme/__init__.py index 91738d378..03434d0bc 100644 --- a/src/pydata_sphinx_theme/__init__.py +++ b/src/pydata_sphinx_theme/__init__.py @@ -14,7 +14,7 @@ from . import edit_this_page, logo, pygment, short_link, toctree, translator, utils -__version__ = "0.15.3" +__version__ = "0.15.3rc1" def update_config(app):