Skip to content

Commit b83ffdd

Browse files
committed
requirements for building docs, switched test-runner from mutagen to basic docker compose
1 parent ac27e1e commit b83ffdd

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Python dependencies for building/previewing the docs.
2+
#
3+
# pip install -r docs/requirements.txt
4+
# mkdocs serve # local preview
5+
# mike deploy 5.x # publish
6+
#
7+
# pymdown-extensions must be >=11: earlier releases pass filename=None to
8+
# Pygments, and Pygments >=2.19 then crashes with
9+
# "'NoneType' object has no attribute 'replace'" on any untitled code block.
10+
mkdocs>=1.6
11+
mkdocs-material>=9.7
12+
pymdown-extensions>=11
13+
Pygments>=2.19
14+
mike>=2.2

run-tests-for-all-php-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - ./run-tests-for-all-php-versions.sh --group 20221124
66
# - ./run-tests-for-all-php-versions.sh --exclude-group slow
77

8-
COMPOSE_CMD="mutagen-compose"
8+
COMPOSE_CMD="docker compose"
99

1010
$COMPOSE_CMD run --rm php72 ./run-tests.sh $@ && \
1111
$COMPOSE_CMD run --rm php73 ./run-tests.sh $@ && \

0 commit comments

Comments
 (0)