mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Show last_updated in docs (#1888)
* Show last_updated in docs * Use sphinx-last-updated-by-git * Set fetch-depth: 0
This commit is contained in:
@@ -48,8 +48,9 @@ html_theme_options = {
|
||||
"text": html_title,
|
||||
},
|
||||
}
|
||||
html_last_updated_fmt = "%Y-%m-%d"
|
||||
|
||||
extensions = ["myst_parser", "sphinx_copybutton"]
|
||||
extensions = ["myst_parser", "sphinx_copybutton", "sphinx_last_updated_by_git"]
|
||||
source_suffix = {
|
||||
".rst": "restructuredtext",
|
||||
".md": "markdown",
|
||||
|
Reference in New Issue
Block a user