Skip to content

Commit 85e8194

Browse files
authored
Update pyproject.toml
1 parent e2a78d4 commit 85e8194

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ 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.2",
4446
]
4547
euler-validate = [
4648
"httpx>=0.28.1",
@@ -239,7 +241,12 @@ extensions = [
239241
"myst_parser",
240242
]
241243
html_static_path = [ "_static" ]
242-
html_theme = "alabaster"
244+
html_theme = "furo"
245+
html_theme_options = {
246+
"source_repository": "https://github.com/TheAlgorithms/Python/",
247+
"source_branch": "master",
248+
"source_directory": "docs/",
249+
}
243250
myst_enable_extensions = [
244251
"amsmath",
245252
"attrs_inline",

0 commit comments

Comments
 (0)