Skip to content

Commit 29baed8

Browse files
authored
Merge pull request #12 from SMI-Lab-Inha/docs-rtd-theme
Switch docs theme to sphinx_rtd_theme
2 parents 7931b54 + a25e7d3 commit 29baed8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
templates_path = ["_templates"]
4646
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
4747

48-
html_theme = "furo"
48+
html_theme = "sphinx_rtd_theme"
4949
html_title = f"pyIECWind {release}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444
]
4545
docs = [
4646
"sphinx>=7.0",
47-
"furo>=2024.1",
47+
"sphinx-rtd-theme>=2.0",
4848
]
4949

5050
[project.scripts]

0 commit comments

Comments
 (0)