We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc4e3ae + 0982064 commit a205406Copy full SHA for a205406
docs/conf.py
@@ -27,10 +27,10 @@
27
'sphinx_llm.txt',
28
]
29
30
-templates_path = ['_templates']
+templates_path = []
31
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
32
-html_static_path = ['_static']
33
-html_theme = 'sphinx_rtd_theme'
+html_static_path = []
+html_theme = 'furo'
34
35
default_role = 'py:obj'
36
pyproject.toml
@@ -57,8 +57,8 @@ docs = [
57
"sphinx>=9.0.0",
58
"sphinx-autobuild",
59
"sphinx-autodoc-typehints>=3.6.0",
60
- "sphinx_rtd_theme>=3.1.0rc1",
61
"sphinx-llm>=0.1.4",
+ "furo",
62
63
test = [
64
"aresponses",
0 commit comments