Skip to content

Commit d51aebc

Browse files
committed
Modernise SKC docs theme
1 parent e0d1d6d commit d51aebc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sphinx-copybutton # MIT
33
sphinx-substitution-extensions # MIT
44
sphinx>=4.2.0 # BSD
55
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
6+
furo # MIT

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
# The theme to use for HTML and HTML Help pages. Major themes that come with
9090
# Sphinx are currently 'default' and 'sphinxdoc'.
9191
# html_theme_path = []
92-
html_theme = 'default'
92+
html_theme = 'furo'
9393
# html_static_path = ['static']
9494

9595
# Add any paths that contain "extra" files, such as .htaccess or

0 commit comments

Comments
 (0)