From a273ce62d7e3eded5a146bcad8cf3103894a723f Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Fri, 24 Jan 2020 14:04:41 -0500 Subject: docs: Update the requirements and fix the build Signed-off-by: John DeNisco Change-Id: I30e37f7e549083337b11ace95b4ff4f427d9fc8c --- docs/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 68dab302105..6d8ed9ff0ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. -- cgit 1.2.3-korg