Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 2be4dcc

Browse files
Dependencies: all packages updated via pip-tools (#266)
* Dependencies: all packages updated via pip-tools * Update Python version for docs * Use build.os --------- Co-authored-by: humitos <[email protected]> Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent 119bd72 commit 2be4dcc

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
38
python:
4-
version: "3.8"
59
install:
610
- method: pip
711
path: .

docs/requirements.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,13 @@ sphinx==6.2.1
7878
# sphinx-rtd-theme
7979
# sphinx-tabs
8080
# sphinx-version-warning
81+
# sphinxcontrib-applehelp
8182
# sphinxcontrib-bibtex
83+
# sphinxcontrib-devhelp
84+
# sphinxcontrib-htmlhelp
8285
# sphinxcontrib-jquery
86+
# sphinxcontrib-qthelp
87+
# sphinxcontrib-serializinghtml
8388
# sphinxemoji
8489
sphinx-autoapi==2.1.1
8590
# via sphinx-hoverxref (pyproject.toml)
@@ -95,27 +100,27 @@ sphinx-tabs==3.4.1
95100
# via sphinx-hoverxref (pyproject.toml)
96101
sphinx-version-warning==1.1.2
97102
# via sphinx-hoverxref (pyproject.toml)
98-
sphinxcontrib-applehelp==1.0.4
103+
sphinxcontrib-applehelp==1.0.7
99104
# via sphinx
100105
sphinxcontrib-bibtex==2.5.0
101106
# via sphinx-hoverxref (pyproject.toml)
102-
sphinxcontrib-devhelp==1.0.2
107+
sphinxcontrib-devhelp==1.0.5
103108
# via sphinx
104-
sphinxcontrib-htmlhelp==2.0.1
109+
sphinxcontrib-htmlhelp==2.0.4
105110
# via sphinx
106111
sphinxcontrib-jquery==4.1
107112
# via
108113
# sphinx-hoverxref (pyproject.toml)
109114
# sphinx-rtd-theme
110115
sphinxcontrib-jsmath==1.0.1
111116
# via sphinx
112-
sphinxcontrib-qthelp==1.0.3
117+
sphinxcontrib-qthelp==1.0.6
113118
# via sphinx
114-
sphinxcontrib-serializinghtml==1.1.5
119+
sphinxcontrib-serializinghtml==1.1.9
115120
# via sphinx
116121
sphinxemoji==0.2.0
117122
# via sphinx-hoverxref (pyproject.toml)
118-
tornado==6.3.2
123+
tornado==6.3.3
119124
# via livereload
120125
typing-extensions==4.7.1
121126
# via astroid

0 commit comments

Comments
 (0)