From a26f54421ae61b1a42c2ff69d3037c428aa238f4 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 11 Mar 2020 13:28:27 -0400 Subject: docs: Fix venv under python3 See ticket for output under containers for each distro. Ticket: VPP-1851 Type: docs Change-Id: I0d80dabeb30d92d09edffa503b05d5eef08313dc Signed-off-by: Paul Vinciguerra --- docs/etc/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/etc/requirements.txt') diff --git a/docs/etc/requirements.txt b/docs/etc/requirements.txt index bbbe2c25698..2df8080ef58 100644 --- a/docs/etc/requirements.txt +++ b/docs/etc/requirements.txt @@ -13,6 +13,7 @@ jsonschema==3.2.0 MarkupSafe==1.1.1 packaging==20.3 pyaml==20.3.1 +pyenchant==3.0.1 Pygments==2.6.1 pyparsing==2.4.6 pyrsistent==0.15.7 @@ -30,5 +31,6 @@ sphinxcontrib-htmlhelp==1.0.3 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.4 +sphinxcontrib-spelling==4.3.0 urllib3==1.25.8 zipp==3.1.0 -- cgit 1.2.3-korg