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.
1 parent 91b2f25 commit 6ac7dd8Copy full SHA for 6ac7dd8
pyproject.toml
@@ -38,12 +38,9 @@ test = [
38
]
39
40
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",
+ "myst-parser>=4",
+ "sphinx-autoapi>=3.4",
+ "sphinx-pyproject>=0.3"
47
48
euler-validate = [
49
"httpx>=0.28.1",
@@ -239,7 +236,7 @@ extensions = [
239
236
"myst_parser",
240
237
241
238
html_static_path = [ "_static" ]
242
-html_theme = "furo"
+html_theme = "alabaster"
243
myst_enable_extensions = [
244
"amsmath",
245
"attrs_inline",
0 commit comments