From 30fead321475a8a6dd8aa8ad1bb2fe379d647b74 Mon Sep 17 00:00:00 2001 From: Aaron Smith Date: Mon, 20 Jul 2020 13:56:39 -0500 Subject: [PATCH] Use six instead of sklearn.externals.six --- build_tools/doc/doc_requirements.txt | 3 ++- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build_tools/doc/doc_requirements.txt b/build_tools/doc/doc_requirements.txt index b3b5109..07b62a6 100644 --- a/build_tools/doc/doc_requirements.txt +++ b/build_tools/doc/doc_requirements.txt @@ -10,4 +10,5 @@ sphinx_rtd_theme matplotlib==2.2.0rc1 numpydoc==0.7.0 Django==1.11 -image==1.5.19 \ No newline at end of file +image==1.5.19 +six \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index b606a84..7c3e2fc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,7 +16,7 @@ import sys import skoot from pkg_resources import parse_version -from sklearn.externals.six import u +from six import u # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the