Skip to content

Commit 229dc22

Browse files
authored
Merge pull request #284 from automl/development
Fix documentation building issue for v0.2.0 release
2 parents f763e69 + a4dea3f commit 229dc22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci_scripts/circle_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source activate testenv
88

99
# install documentation building dependencies
1010
pip install --upgrade numpy
11-
pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
11+
pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc
1212
# And finally, all other dependencies
1313
cat requirements.txt | xargs -n 1 -L 1 pip install
1414

doc/manual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For a full list please have a look at the source code (in `autosklearn/pipeline/
6868
* `Preprocessors <https://github.com/automl/auto-sklearn/tree/master/autosklearn/pipeline/components/feature_preprocessing>`_
6969

7070
Turning off preprocessing
71-
~~~~~~~~~~~~~~~~~~~~~~~~
71+
~~~~~~~~~~~~~~~~~~~~~~~~~
7272

7373
Preprocessing in *auto-sklearn* is divided into data preprocessing and
7474
feature preprocessing. Data preprocessing includes One-Hot encoding of

0 commit comments

Comments
 (0)