We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7931b54 + a25e7d3 commit 29baed8Copy full SHA for 29baed8
2 files changed
docs/conf.py
@@ -45,5 +45,5 @@
45
templates_path = ["_templates"]
46
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
47
48
-html_theme = "furo"
+html_theme = "sphinx_rtd_theme"
49
html_title = f"pyIECWind {release}"
pyproject.toml
@@ -44,7 +44,7 @@ dev = [
44
]
docs = [
"sphinx>=7.0",
- "furo>=2024.1",
+ "sphinx-rtd-theme>=2.0",
50
[project.scripts]
0 commit comments