From ca994100894488b46067c23bdef11908a0fa6460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 04:03:33 +0000 Subject: [PATCH 1/2] Bump pydata-sphinx-theme from 0.14.4 to 0.15.2 in /misc/requirements Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.14.4 to 0.15.2. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.14.4...v0.15.2) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- misc/requirements/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements_docs.txt b/misc/requirements/requirements_docs.txt index d1c2f0d6..f8f644e5 100644 --- a/misc/requirements/requirements_docs.txt +++ b/misc/requirements/requirements_docs.txt @@ -1,3 +1,3 @@ sphinx==7.2.6 -pydata-sphinx-theme==0.14.4 +pydata-sphinx-theme==0.15.2 sphinxcontrib-images==0.9.4 From 3051ed537badc320ca1964e0f1bb7d998e4c97e1 Mon Sep 17 00:00:00 2001 From: karlch Date: Sun, 17 Mar 2024 19:30:55 +0100 Subject: [PATCH 2/2] Docs: Align navbar to the left This changed with a recent pydata theme. Fix in this version bump. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 1fcfd0b1..a80bca63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -118,6 +118,7 @@ }, ], "navbar_start": ["navbar-logo"], + "navbar_align": "left", } html_sidebars = {