From b4c6576c46762c9821caa99b09277566a16bc3ff Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Mon, 24 Jun 2024 14:32:08 -0400 Subject: [PATCH] Mock nltk.stem --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 8347c272f3..7cc088015d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -312,7 +312,8 @@ 'pygraphviz', 'jnius', 'jnius_config', 'flask', 'objectpath', 'lxml', 'lxml.etree', 'lxml.builder', 'functools32', 'ndex2', 'ndex2.client', 'ndex2.nice_cx_network', - 'nltk', 'kappy', 'openpyxl', 'reportlab', 'reportlab.lib', 'reportlab.lib.enums', + 'nltk', 'nltk.stem', 'kappy', 'openpyxl', 'reportlab', 'reportlab.lib', + 'reportlab.lib.enums', 'reportlab.lib.pagesizes', 'reportlab.platypus', 'reportlab.lib.styles', 'reportlab.lib.units' ]