Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
e7c0025c
Commit
e7c0025c
authored
8 years ago
by
Loic Esteve
Browse files
Options
Downloads
Patches
Plain Diff
CIRCLE Revert to sphinx 1.5
to fix pdf doc generation
parent
2537c313
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_tools/circle/build_doc.sh
+2
-2
2 additions, 2 deletions
build_tools/circle/build_doc.sh
with
2 additions
and
2 deletions
build_tools/circle/build_doc.sh
+
2
−
2
View file @
e7c0025c
...
...
@@ -88,7 +88,7 @@ sudo -E apt-get -yq update
sudo
-E
apt-get
-yq
remove texlive-binaries
--purge
sudo
-E
apt-get
-yq
--no-install-suggests
--no-install-recommends
--force-yes
\
install
dvipng texlive-latex-base texlive-latex-extra
\
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
latexmk
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
# deactivate circleci virtualenv and setup a miniconda env instead
if
[[
`
type
-t
deactivate
`
]]
;
then
...
...
@@ -105,7 +105,7 @@ conda update --yes --quiet conda
# Configure the conda environment and put it in the path using the
# provided versions
conda create
-n
$CONDA_ENV_NAME
--yes
--quiet
python numpy scipy
\
cython nose coverage matplotlib sphinx pillow
cython nose coverage matplotlib
sphinx
=
1.5
pillow
source
activate testenv
# Build and install scikit-learn in dev mode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment