From 2dba862d5b5ef7cc851f3f37406b635a0814841f Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 25 Oct 2022 19:43:20 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Simon Li --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fc2aec09..11c156cf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ import datetime # -- Project information ----------------------------------------------------- # ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information # -project = "BinderHub" +project = "repo2docker" copyright = f"{datetime.date.today().year}, Project Jupyter Contributors" author = "Project Jupyter Contributors" @@ -82,7 +82,6 @@ html_theme = "pydata_sphinx_theme" html_theme_options = { "use_edit_page_button": True, "github_url": "https://github.com/jupyterhub/repo2docker", - "twitter_url": "https://twitter.com/mybinderteam", } html_context = { "github_user": "jupyterhub",