File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def get_version():
107
107
108
108
# The theme to use for HTML and HTML Help pages. See the documentation for
109
109
# a list of builtin themes.
110
- html_theme = "default "
110
+ html_theme = "furo "
111
111
112
112
# Theme options are theme-specific and customize the look and feel of a theme
113
113
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change
1
+ furo
1
2
sphinx
Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ alabaster==0.7.16
8
8
# via sphinx
9
9
babel == 2.16.0
10
10
# via sphinx
11
+ beautifulsoup4 == 4.12.3
12
+ # via furo
11
13
certifi == 2024.8.30
12
14
# via requests
13
15
charset-normalizer == 3.4.0
14
16
# via requests
15
17
docutils == 0.21.2
16
18
# via sphinx
19
+ furo == 2024.8.6
20
+ # via -r requirements.in
17
21
idna == 3.10
18
22
# via requests
19
23
imagesize == 1.4.1
@@ -27,13 +31,22 @@ markupsafe==3.0.2
27
31
packaging == 24.2
28
32
# via sphinx
29
33
pygments == 2.18.0
30
- # via sphinx
34
+ # via
35
+ # furo
36
+ # sphinx
31
37
requests == 2.32.3
32
38
# via sphinx
33
39
snowballstemmer == 2.2.0
34
40
# via sphinx
41
+ soupsieve == 2.6
42
+ # via beautifulsoup4
35
43
sphinx == 7.4.7
36
- # via -r requirements.in
44
+ # via
45
+ # -r requirements.in
46
+ # furo
47
+ # sphinx-basic-ng
48
+ sphinx-basic-ng == 1.0.0b2
49
+ # via furo
37
50
sphinxcontrib-applehelp == 2.0.0
38
51
# via sphinx
39
52
sphinxcontrib-devhelp == 2.0.0
You can’t perform that action at this time.
0 commit comments