From f0d30df0b08bac50c04d36104e7d51360f15456e Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Mon, 5 Jan 2026 17:20:05 -0700 Subject: [PATCH 1/2] fix config file --- .readthedocs.yaml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7ed5c46..acd191a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,4 +17,4 @@ python: - method: pip path: . extra_requirements: - - docs + - doc diff --git a/pyproject.toml b/pyproject.toml index c1d5d21..61a4b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,9 +37,9 @@ version = "1.5.dev0" [project.optional-dependencies] doc = [ - "sphinx==7.3.7", - "pydata-sphinx-theme==0.15.4", - "numpydoc==1.7.0" + "sphinx==9.1.0", + "pydata-sphinx-theme==0.16.1", + "numpydoc==1.10.0" ] test = [ "matplotlib", From 04896abf0bedf36b8aa8bdcbdcc307171edd2f25 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Mon, 5 Jan 2026 17:26:21 -0700 Subject: [PATCH 2/2] trivial change to trigger CI --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9979e32..5d0d3b9 100644 --- a/README.rst +++ b/README.rst @@ -308,8 +308,8 @@ found at `keepacom/api_backend `_. License ------- -Apache License, please see license file. Work is credited to both Alex -Kaszynski and Marius Johann. +Apache License, please see license file. Work is credited to both Alex Kaszynski +and Marius Johann. .. _create a pull request: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request