Apply suggestions from code review

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
pull/1197/head
Erik Sundell 2022-10-25 19:43:20 +02:00 zatwierdzone przez GitHub
rodzic 59a9663fbd
commit 2dba862d5b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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",