Skip to content

Commit f310a88

Browse files
committed
Change docs to use a more modern theme
1 parent 2f52d67 commit f310a88

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_version():
107107

108108
# The theme to use for HTML and HTML Help pages. See the documentation for
109109
# a list of builtin themes.
110-
html_theme = "default"
110+
html_theme = "furo"
111111

112112
# Theme options are theme-specific and customize the look and feel of a theme
113113
# further. For a list of options available for each theme, see the

docs/requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
furo
12
sphinx

docs/requirements.txt

+15-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ alabaster==0.7.16
88
# via sphinx
99
babel==2.16.0
1010
# via sphinx
11+
beautifulsoup4==4.12.3
12+
# via furo
1113
certifi==2024.8.30
1214
# via requests
1315
charset-normalizer==3.4.0
1416
# via requests
1517
docutils==0.21.2
1618
# via sphinx
19+
furo==2024.8.6
20+
# via -r requirements.in
1721
idna==3.10
1822
# via requests
1923
imagesize==1.4.1
@@ -27,13 +31,22 @@ markupsafe==3.0.2
2731
packaging==24.2
2832
# via sphinx
2933
pygments==2.18.0
30-
# via sphinx
34+
# via
35+
# furo
36+
# sphinx
3137
requests==2.32.3
3238
# via sphinx
3339
snowballstemmer==2.2.0
3440
# via sphinx
41+
soupsieve==2.6
42+
# via beautifulsoup4
3543
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
3750
sphinxcontrib-applehelp==2.0.0
3851
# via sphinx
3952
sphinxcontrib-devhelp==2.0.0

0 commit comments

Comments
 (0)