File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 89
89
90
90
# The theme to use for HTML and HTML Help pages. See the documentation for
91
91
# a list of builtin themes.
92
- html_theme = "pyramid "
92
+ html_theme = "furo "
93
93
94
94
# Theme options are theme-specific and customize the look and feel of a theme
95
95
# further. For a list of options available for each theme, see the
96
96
# documentation.
97
+ #
97
98
# html_theme_options = {}
98
99
99
100
# Add any paths that contain custom themes here, relative to this directory.
Original file line number Diff line number Diff line change
1
+ file:.#egg=jsonschema
2
+ furo
1
3
lxml
2
4
sphinx
3
5
sphinxcontrib-spelling
Original file line number Diff line number Diff line change 6
6
#
7
7
alabaster == 0.7.12
8
8
# via sphinx
9
+ attrs == 21.2.0
10
+ # via jsonschema
9
11
babel == 2.9.1
10
12
# via sphinx
13
+ beautifulsoup4 == 4.9.3
14
+ # via furo
11
15
certifi == 2021.5.30
12
16
# via requests
13
17
charset-normalizer == 2.0.4
14
18
# via requests
15
19
docutils == 0.17.1
16
20
# via sphinx
21
+ furo == 2021.8.17b43
22
+ # via -r docs/requirements.in
17
23
idna == 3.2
18
24
# via requests
19
25
imagesize == 1.2.0
20
26
# via sphinx
21
27
jinja2 == 3.0.1
22
28
# via sphinx
29
+ file :.#egg=jsonschema
30
+ # via -r docs/requirements.in
23
31
lxml == 4.6.3
24
32
# via -r docs/requirements.in
25
33
markupsafe == 2.0.1
@@ -32,15 +40,20 @@ pygments==2.10.0
32
40
# via sphinx
33
41
pyparsing == 2.4.7
34
42
# via packaging
43
+ pyrsistent == 0.18.0
44
+ # via jsonschema
35
45
pytz == 2021.1
36
46
# via babel
37
47
requests == 2.26.0
38
48
# via sphinx
39
49
snowballstemmer == 2.1.0
40
50
# via sphinx
51
+ soupsieve == 2.2.1
52
+ # via beautifulsoup4
41
53
sphinx == 4.1.2
42
54
# via
43
55
# -r docs/requirements.in
56
+ # furo
44
57
# sphinxcontrib-spelling
45
58
sphinxcontrib-applehelp == 1.0.2
46
59
# via sphinx
You can’t perform that action at this time.
0 commit comments