Skip to content

Commit a205406

Browse files
authored
Merge pull request #5 from nolar/furo-theme
Switch the docs to the "Furo" theme
2 parents cc4e3ae + 0982064 commit a205406

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
'sphinx_llm.txt',
2828
]
2929

30-
templates_path = ['_templates']
30+
templates_path = []
3131
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
32-
html_static_path = ['_static']
33-
html_theme = 'sphinx_rtd_theme'
32+
html_static_path = []
33+
html_theme = 'furo'
3434

3535
default_role = 'py:obj'
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ docs = [
5757
"sphinx>=9.0.0",
5858
"sphinx-autobuild",
5959
"sphinx-autodoc-typehints>=3.6.0",
60-
"sphinx_rtd_theme>=3.1.0rc1",
6160
"sphinx-llm>=0.1.4",
61+
"furo",
6262
]
6363
test = [
6464
"aresponses",

0 commit comments

Comments
 (0)