File tree Expand file tree Collapse file tree 3 files changed +62
-2
lines changed Expand file tree Collapse file tree 3 files changed +62
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
build :
4
4
os : ubuntu-22.04
5
5
tools :
6
- python : " 3.11 "
6
+ python : " 3.12 "
7
7
8
8
sphinx :
9
9
configuration : doc/conf.py
Original file line number Diff line number Diff line change
1
+ furo==2024.1.29
Original file line number Diff line number Diff line change 1
- furo
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
+ # by the following command:
4
+ #
5
+ # pip-compile requirements.in
6
+ #
7
+ alabaster == 0.7.16
8
+ # via sphinx
9
+ babel == 2.14.0
10
+ # via sphinx
11
+ beautifulsoup4 == 4.12.3
12
+ # via furo
13
+ certifi == 2024.2.2
14
+ # via requests
15
+ charset-normalizer == 3.3.2
16
+ # via requests
17
+ docutils == 0.21.2
18
+ # via sphinx
19
+ furo == 2024.1.29
20
+ # via -r requirements.in
21
+ idna == 3.7
22
+ # via requests
23
+ imagesize == 1.4.1
24
+ # via sphinx
25
+ jinja2 == 3.1.3
26
+ # via sphinx
27
+ markupsafe == 2.1.5
28
+ # via jinja2
29
+ packaging == 24.0
30
+ # via sphinx
31
+ pygments == 2.17.2
32
+ # via
33
+ # furo
34
+ # sphinx
35
+ requests == 2.31.0
36
+ # via sphinx
37
+ snowballstemmer == 2.2.0
38
+ # via sphinx
39
+ soupsieve == 2.5
40
+ # via beautifulsoup4
41
+ sphinx == 7.3.7
42
+ # via
43
+ # furo
44
+ # sphinx-basic-ng
45
+ sphinx-basic-ng == 1.0.0b2
46
+ # via furo
47
+ sphinxcontrib-applehelp == 1.0.8
48
+ # via sphinx
49
+ sphinxcontrib-devhelp == 1.0.6
50
+ # via sphinx
51
+ sphinxcontrib-htmlhelp == 2.0.5
52
+ # via sphinx
53
+ sphinxcontrib-jsmath == 1.0.1
54
+ # via sphinx
55
+ sphinxcontrib-qthelp == 1.0.7
56
+ # via sphinx
57
+ sphinxcontrib-serializinghtml == 1.1.10
58
+ # via sphinx
59
+ urllib3 == 2.2.1
60
+ # via requests
You can’t perform that action at this time.
0 commit comments