File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ if [ x"$DOC_BUILD" != x"" ]; then
23
23
24
24
source activate pandas
25
25
26
- # install sudo deps
27
- time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
28
-
29
26
mv " $TRAVIS_BUILD_DIR " /doc /tmp
30
27
cd /tmp/doc
31
28
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ def html():
197
197
print (e )
198
198
print ("Failed to convert %s" % nb )
199
199
200
- if os .system ('sphinx-build -j 2 - P -b html -d build/doctrees '
200
+ if os .system ('sphinx-build -P -b html -d build/doctrees '
201
201
'source build/html' ):
202
202
raise SystemExit ("Building HTML failed." )
203
203
try :
Original file line number Diff line number Diff line change @@ -2070,9 +2070,9 @@ by the Table Schema spec.
2070
2070
The full list of types supported are described in the Table Schema
2071
2071
spec. This table shows the mapping from pandas types:
2072
2072
2073
- ============== =================
2073
+ =============== =================
2074
2074
Pandas type Table Schema type
2075
- ============== =================
2075
+ =============== =================
2076
2076
int64 integer
2077
2077
float64 number
2078
2078
bool boolean
@@ -3096,6 +3096,7 @@ The default is to 'infer
3096
3096
3097
3097
.. ipython :: python
3098
3098
:suppress:
3099
+
3099
3100
import os
3100
3101
os.remove(" data.pkl.compress" )
3101
3102
os.remove(" data.pkl.xz" )
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ The default is to 'infer
140
140
141
141
.. ipython:: python
142
142
:suppress:
143
+
143
144
import os
144
145
os.remove("data.pkl.compress")
145
146
os.remove("data.pkl.xz")
You can’t perform that action at this time.
0 commit comments