Skip to content

Commit

Permalink
teams incorporated
Browse files Browse the repository at this point in the history
  • Loading branch information
maharshi-gor committed Sep 19, 2023
1 parent 4991129 commit 9a75927
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
},
"footer_start": ["components/footer-sign-up.html"],
"footer_signup_data": {
"heading": "Never miss an update from us",
"heading": "Never miss an update from us!",
"sub_heading": "Don't worry! we are not going to spam you."
},
"footer_end": ["components/footer-sections.html"],
Expand Down Expand Up @@ -378,7 +378,13 @@
]
}
],
"footer_copyright": "Copyright 2008-2023, DIPY developers. Created using Grg Sphinx Theme and PyData Sphinx Theme."
"footer_copyright": "Copyright 2008-2023, DIPY developers. Created using Grg Sphinx Theme and PyData Sphinx Theme.",
"github_project": "dipy",
"github_repo": "dipy",
"github_teams": [{
"value": "core-dev",
"label": "Core Developers"
}]
}

with open('context/context.toml', 'rb') as f:
Expand Down Expand Up @@ -429,7 +435,8 @@
# Additional templates that should be rendered to pages, maps page names to
# template names.
html_additional_pages = {
"index": "home.html"
"index": "home.html",
"team": "team.html"
}

# If false, no module index is generated.
Expand Down

0 comments on commit 9a75927

Please sign in to comment.