Skip to content

Commit d1730fc

Browse files
authored
Update pyproject.toml
1 parent e9b4412 commit d1730fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ docs = [
4141
"myst-parser>=4",
4242
"sphinx-autoapi>=3.4",
4343
"sphinx-pyproject>=0.3",
44+
"furo==2024.1.29",
45+
"sphinx-copybutton>=0.5",
46+
"sphinx-design>=0.5"
4447
]
4548
euler-validate = [
4649
"httpx>=0.28.1",
@@ -236,7 +239,7 @@ extensions = [
236239
"myst_parser",
237240
]
238241
html_static_path = [ "_static" ]
239-
html_theme = "alabaster"
242+
html_theme = "furo"
240243
myst_enable_extensions = [
241244
"amsmath",
242245
"attrs_inline",

0 commit comments

Comments
 (0)