Skip to content

Commit 6ac7dd8

Browse files
authored
rallback pyproject.toml
1 parent 91b2f25 commit 6ac7dd8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,9 @@ test = [
3838
]
3939

4040
docs = [
41-
"furo==2024.1.29",
42-
"myst-parser>=4",
43-
"sphinx-autoapi>=3.4",
44-
"sphinx-copybutton>=0.5",
45-
"sphinx-design>=0.5",
46-
"sphinx-pyproject>=0.3",
41+
"myst-parser>=4",
42+
"sphinx-autoapi>=3.4",
43+
"sphinx-pyproject>=0.3"
4744
]
4845
euler-validate = [
4946
"httpx>=0.28.1",
@@ -239,7 +236,7 @@ extensions = [
239236
"myst_parser",
240237
]
241238
html_static_path = [ "_static" ]
242-
html_theme = "furo"
239+
html_theme = "alabaster"
243240
myst_enable_extensions = [
244241
"amsmath",
245242
"attrs_inline",

0 commit comments

Comments
 (0)