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 <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2020-03-11 13:28:27 -04:00
committed by Dave Barach
parent 57a5a2df59
commit a26f54421a
5 changed files with 32 additions and 19 deletions

View File

@ -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.