docs: Update the requirements and fix the build

Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I30e37f7e549083337b11ace95b4ff4f427d9fc8c
This commit is contained in:
John DeNisco
2020-01-24 14:04:41 -05:00
parent d539e256b2
commit a273ce62d7
4 changed files with 37 additions and 35 deletions

View File

@ -40,8 +40,10 @@ release = u'20.01'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'recommonmark',
'sphinxcontrib.spelling']
'recommonmark']
# This is currently breaking the build
#### 'sphinxcontrib.spelling']
spelling_word_list_filename = 'spelling_wordlist.txt'
# Add any paths that contain templates here, relative to this directory.