Skip to content

Commit

Permalink
Merge pull request #284 from automl/development
Browse files Browse the repository at this point in the history
Fix documentation building issue for v0.2.0 release
  • Loading branch information
mfeurer authored May 16, 2017
2 parents f763e69 + a4dea3f commit 229dc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_scripts/circle_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For a full list please have a look at the source code (in `autosklearn/pipeline/
* `Preprocessors <https://github.com/automl/auto-sklearn/tree/master/autosklearn/pipeline/components/feature_preprocessing>`_

Turning off preprocessing
~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~

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

0 comments on commit 229dc22

Please sign in to comment.