mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
Do not use shallow clones in Read the Docs to properly show last updated time (#2157)
This commit is contained in:
@@ -13,6 +13,9 @@ build:
|
|||||||
# nodejs: "20"
|
# nodejs: "20"
|
||||||
# rust: "1.70"
|
# rust: "1.70"
|
||||||
# golang: "1.20"
|
# golang: "1.20"
|
||||||
|
jobs:
|
||||||
|
post_checkout:
|
||||||
|
- git fetch --unshallow || true
|
||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
Reference in New Issue
Block a user