Skip to content

Commit a02df39

Browse files
committed
Fix docs header GitHub link and improve landing page
Override conda_sphinx_theme default icon_links to point to conda-incubator/conda-tasks instead of conda/conda.
1 parent 59c7d89 commit a02df39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/conf.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@
3131

3232
html_theme = "conda_sphinx_theme"
3333

34+
html_theme_options = {
35+
"icon_links": [
36+
{
37+
"name": "GitHub",
38+
"url": "https://github.com/conda-incubator/conda-tasks",
39+
"icon": "fa-brands fa-square-github",
40+
"type": "fontawesome",
41+
},
42+
],
43+
}
44+
3445
html_context = {
3546
"github_user": "conda-incubator",
3647
"github_repo": "conda-tasks",

0 commit comments

Comments
 (0)