From 7e937bfab90d011883b081f9fe27944787d53faf Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 30 Dec 2024 15:05:01 -0500 Subject: [PATCH] add spellcheck plugin (#22) --- Dockerfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9734e6d..1da2130 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/requirements.txt b/requirements.txt index 399783b..aa5699b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ sphinxcontrib-plantuml==0.30 sphinxcontrib-httpdomain==1.7.0 docutils==0.20 sphinx-tabs==3.4.5 +sphinxcontrib-spelling