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 e9b4412 commit d1730fcCopy full SHA for d1730fc
1 file changed
pyproject.toml
@@ -41,6 +41,9 @@ docs = [
41
"myst-parser>=4",
42
"sphinx-autoapi>=3.4",
43
"sphinx-pyproject>=0.3",
44
+ "furo==2024.1.29",
45
+ "sphinx-copybutton>=0.5",
46
+ "sphinx-design>=0.5"
47
]
48
euler-validate = [
49
"httpx>=0.28.1",
@@ -236,7 +239,7 @@ extensions = [
236
239
"myst_parser",
237
240
238
241
html_static_path = [ "_static" ]
-html_theme = "alabaster"
242
+html_theme = "furo"
243
myst_enable_extensions = [
244
"amsmath",
245
"attrs_inline",
0 commit comments