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 e2a78d4 commit 85e8194Copy full SHA for 85e8194
1 file changed
pyproject.toml
@@ -41,6 +41,8 @@ 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.2",
46
]
47
euler-validate = [
48
"httpx>=0.28.1",
@@ -239,7 +241,12 @@ extensions = [
239
241
"myst_parser",
240
242
243
html_static_path = [ "_static" ]
-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
+ }
250
myst_enable_extensions = [
251
"amsmath",
252
"attrs_inline",
0 commit comments