kopia lustrzana https://github.com/jupyterhub/repo2docker
Apply suggestions from code review
Co-authored-by: Simon Li <orpheus+devel@gmail.com>pull/1197/head
rodzic
59a9663fbd
commit
2dba862d5b
|
@ -8,7 +8,7 @@ import datetime
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
# ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#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"
|
copyright = f"{datetime.date.today().year}, Project Jupyter Contributors"
|
||||||
author = "Project Jupyter Contributors"
|
author = "Project Jupyter Contributors"
|
||||||
|
|
||||||
|
@ -82,7 +82,6 @@ html_theme = "pydata_sphinx_theme"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"use_edit_page_button": True,
|
"use_edit_page_button": True,
|
||||||
"github_url": "https://github.com/jupyterhub/repo2docker",
|
"github_url": "https://github.com/jupyterhub/repo2docker",
|
||||||
"twitter_url": "https://twitter.com/mybinderteam",
|
|
||||||
}
|
}
|
||||||
html_context = {
|
html_context = {
|
||||||
"github_user": "jupyterhub",
|
"github_user": "jupyterhub",
|
||||||
|
|
Ładowanie…
Reference in New Issue