From ef1c8cada793ae36d4e7870ff3e3cccff5450c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:07:55 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 3.0.2 to 3.1.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.2 to 3.1.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.2...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 609d95c..8946231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ Documentation = "https://hackingmaterials.lbl.gov/robocrystallographer/" docs = [ "sphinx>=5.3.0", "sphinx-argparse==0.5.2", - "sphinx_rtd_theme==3.0.2", + "sphinx_rtd_theme==3.1.0", "sphinx-autodoc-typehints==3.0.1", ] dev = ["tqdm", "pybel", "pebble", "maggma"]