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/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 771a4d0883e..da8c223f27a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,10 +40,8 @@ release = u'20.01' extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', - 'recommonmark'] - -# This is currently breaking the build -#### 'sphinxcontrib.spelling'] + 'recommonmark', + 'sphinxcontrib.spelling'] spelling_word_list_filename = 'spelling_wordlist.txt' # Add any paths that contain templates here, relative to this directory. -- cgit 1.2.3-korg