Skip to content

Commit 6796e7b

Browse files
authored
Upgrade doc dependencies (#220)
* fix config file * trivial change to trigger CI
1 parent 0de0dcc commit 6796e7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ python:
1717
- method: pip
1818
path: .
1919
extra_requirements:
20-
- docs
20+
- doc

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ found at `keepacom/api_backend <https://github.com/keepacom/api_backend/>`_.
308308

309309
License
310310
-------
311-
Apache License, please see license file. Work is credited to both Alex
312-
Kaszynski and Marius Johann.
311+
Apache License, please see license file. Work is credited to both Alex Kaszynski
312+
and Marius Johann.
313313

314314

315315
.. _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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ version = "1.5.dev0"
3737

3838
[project.optional-dependencies]
3939
doc = [
40-
"sphinx==7.3.7",
41-
"pydata-sphinx-theme==0.15.4",
42-
"numpydoc==1.7.0"
40+
"sphinx==9.1.0",
41+
"pydata-sphinx-theme==0.16.1",
42+
"numpydoc==1.10.0"
4343
]
4444
test = [
4545
"matplotlib",

0 commit comments

Comments
 (0)