From 43101ed9b901cddc49c1f3564cc1d877a2cc28f2 Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Tue, 16 May 2017 20:58:04 +0200 Subject: [PATCH 1/2] fix formatting error in manual --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.rst b/doc/manual.rst index d21bb1412a..de89376979 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -68,7 +68,7 @@ For a full list please have a look at the source code (in `autosklearn/pipeline/ * `Preprocessors `_ Turning off preprocessing -~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~ Preprocessing in *auto-sklearn* is divided into data preprocessing and feature preprocessing. Data preprocessing includes One-Hot encoding of From a4dea3feb7cdc5ac6f7c797ff74ceb84f4dd18cc Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Tue, 16 May 2017 21:07:50 +0200 Subject: [PATCH 2/2] set sphinx==1.5.5 on circle-ci --- ci_scripts/circle_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/circle_install.sh b/ci_scripts/circle_install.sh index a54ddd922c..fc4d372f81 100644 --- a/ci_scripts/circle_install.sh +++ b/ci_scripts/circle_install.sh @@ -8,7 +8,7 @@ source activate testenv # install documentation building dependencies pip install --upgrade numpy -pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc +pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc # And finally, all other dependencies cat requirements.txt | xargs -n 1 -L 1 pip install