doc: remove mrkd requirement, add lowdown requirement.

I guessed it's called "lowdown" for everyone?

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-09-06 06:57:55 +09:30
committed by neil saitug
parent 2e48722f37
commit 50056ce918
8 changed files with 9 additions and 19 deletions

View File

@@ -39,6 +39,7 @@ jobs:
bash \
gettext \
sqlite3 \
lowdown \
curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2021-08-3z1
@@ -63,7 +64,6 @@ jobs:
blinker \
flake8 \
mako \
mrkd \
pytest-sentry \
pytest-test-groups==1.0.3 \
pytest-custom-exit-code==0.3.0 \