Fix doctoc@2 version

This commit is contained in:
Hsiao-Wei Wang
2020-12-07 10:59:05 +08:00
committed by Danny Ryan
parent 192696a6c5
commit d1401a7f60

View File

@@ -111,7 +111,7 @@ jobs:
- checkout
- run:
name: Check table of contents
command: sudo npm install -g doctoc && make check_toc
command: sudo npm install -g doctoc@2 && make check_toc
codespell:
docker:
- image: circleci/python:3.8