Skip to content

Commit 2a9bb09

Browse files
committed
Be furoious.
1 parent ed887ce commit 2a9bb09

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@
8989

9090
# The theme to use for HTML and HTML Help pages. See the documentation for
9191
# a list of builtin themes.
92-
html_theme = "pyramid"
92+
html_theme = "furo"
9393

9494
# Theme options are theme-specific and customize the look and feel of a theme
9595
# further. For a list of options available for each theme, see the
9696
# documentation.
97+
#
9798
# html_theme_options = {}
9899

99100
# Add any paths that contain custom themes here, relative to this directory.

docs/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
file:.#egg=jsonschema
2+
furo
13
lxml
24
sphinx
35
sphinxcontrib-spelling

docs/requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,28 @@
66
#
77
alabaster==0.7.12
88
# via sphinx
9+
attrs==21.2.0
10+
# via jsonschema
911
babel==2.9.1
1012
# via sphinx
13+
beautifulsoup4==4.9.3
14+
# via furo
1115
certifi==2021.5.30
1216
# via requests
1317
charset-normalizer==2.0.4
1418
# via requests
1519
docutils==0.17.1
1620
# via sphinx
21+
furo==2021.8.17b43
22+
# via -r docs/requirements.in
1723
idna==3.2
1824
# via requests
1925
imagesize==1.2.0
2026
# via sphinx
2127
jinja2==3.0.1
2228
# via sphinx
29+
file:.#egg=jsonschema
30+
# via -r docs/requirements.in
2331
lxml==4.6.3
2432
# via -r docs/requirements.in
2533
markupsafe==2.0.1
@@ -32,15 +40,20 @@ pygments==2.10.0
3240
# via sphinx
3341
pyparsing==2.4.7
3442
# via packaging
43+
pyrsistent==0.18.0
44+
# via jsonschema
3545
pytz==2021.1
3646
# via babel
3747
requests==2.26.0
3848
# via sphinx
3949
snowballstemmer==2.1.0
4050
# via sphinx
51+
soupsieve==2.2.1
52+
# via beautifulsoup4
4153
sphinx==4.1.2
4254
# via
4355
# -r docs/requirements.in
56+
# furo
4457
# sphinxcontrib-spelling
4558
sphinxcontrib-applehelp==1.0.2
4659
# via sphinx

0 commit comments

Comments
 (0)