Skip to content

Commit

Permalink
add spellcheck plugin (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 30, 2024
1 parent f458e31 commit 7e937bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk upgrade --update \
openjdk8-jre \
ttf-dejavu \
graphviz \
ruby ruby-dev yaml-dev g++ make
ruby ruby-dev yaml-dev g++ make enchant2 aspell-en

# Install PlantUML
RUN apk add --no-cache --virtual .ssl-deps \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sphinxcontrib-plantuml==0.30
sphinxcontrib-httpdomain==1.7.0
docutils==0.20
sphinx-tabs==3.4.5
sphinxcontrib-spelling

0 comments on commit 7e937bf

Please sign in to comment.