Skip to content

Commit 18ff4a3

Browse files
committed
Small updates related to Makefile
1 parent 29240ab commit 18ff4a3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ help:
3535

3636

3737

38-
# Note that `ROOT_IMAGE` and `PYTHON_VERSION` arguments are only applicable to `docker-stacks-foundation` image
38+
# Note that `ROOT_IMAGE` and `PYTHON_VERSION` arguments are only applicable to the `docker-stacks-foundation` image
3939
build/%: DOCKER_BUILD_ARGS?=
4040
build/%: ROOT_IMAGE?=ubuntu:24.04
4141
build/%: PYTHON_VERSION?=3.12
@@ -71,7 +71,7 @@ cont-clean-all: cont-stop-all cont-rm-all ## clean all containers (stop + rm)
7171

7272
docs: ## build HTML documentation
7373
sphinx-build -W --keep-going --color docs/ docs/_build/
74-
linkcheck-docs: ## check broken links
74+
linkcheck-docs: ## check for broken links
7575
sphinx-build -W --keep-going --color -b linkcheck docs/ docs/_build/
7676

7777

docs/maintaining/tasks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ When there's a new stack definition, check before merging the PR:
5252
1. PR includes an update to the stack overview diagram
5353
[in the documentation](../using/selecting.md#image-relationships).
5454
The image links to the [blockdiag source](http://interactive.blockdiag.com/) used to create it.
55-
2. PR updates the [Makefile](https://github.com/jupyter/docker-stacks/blob/main/Makefile),
56-
which is used to build the stacks in order on GitHub Actions.
55+
2. PR updates the [Makefile](https://github.com/jupyter/docker-stacks/blob/main/Makefile).
5756
3. Necessary Tagger(s)/Manifest(s) are added for the new image
5857
in the [tagging](https://github.com/jupyter/docker-stacks/tree/main/tagging) folder.
5958
4. A new repository is created in the `jupyter` organization in the Registry,

0 commit comments

Comments
 (0)