Skip to content

Commit

Permalink
Add theme configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Oct 31, 2024
1 parent 915da71 commit 2b1f1b8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
build/*
1 change: 0 additions & 1 deletion index.html

This file was deleted.

23 changes: 23 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,26 @@

html_theme = 'pydata_sphinx_theme'
html_static_path = ['_static']

# Added theme configuration. See: https://pydata-sphinx-theme.readthedocs.io/

# html_logo = "_static/logo.png"

html_theme_options = {
"use_edit_page_button": True,
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/tractometry/",
"icon": "fab fa-github-square",
}]

}

html_context = {
"github_url": "https://github.com",
"github_user": "tractometry",
"github_repo": "tractometry.github.io",
"github_version": "main",
"doc_path": "source",
}

0 comments on commit 2b1f1b8

Please sign in to comment.