Skip to content

Commit 852e924

Browse files
committed
⤴️ switch default theme build
1 parent 4f66f32 commit 852e924

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python:
1111
path: .
1212
extra_requirements:
1313
- rtd
14+
- theme_furo
1415

1516
sphinx:
1617
configuration: docs/conf.py

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"user": ("https://github.com/%s", "@%s"),
5252
}
5353

54-
html_theme = os.environ.get("SPHINX_THEME", "alabaster")
54+
html_theme = os.environ.get("SPHINX_THEME", "furo")
5555
html_title = f"Sphinx Design ({html_theme.replace('_', '-')})"
5656

5757
html_static_path = ["_static"]

0 commit comments

Comments
 (0)