File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ install:
42
42
pip install --upgrade cython pillow nose coveralls;
43
43
fi;
44
44
if [ "${RUN}" == "docs" ]; then
45
- echo -e "sudo apt-get -y install texlive-full";
46
45
pip install --upgrade sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-actdiag sphinxcontrib-nwdiag;
47
46
fi;
48
47
fi;
@@ -115,7 +114,6 @@ script:
115
114
fi;
116
115
if [ "${RUN}" == "docs" ]; then
117
116
make html;
118
- echo -e "make pdf";
119
117
fi;
120
118
fi;
121
119
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
@@ -153,8 +151,6 @@ after_success:
153
151
chmod 600 ~/.ssh/id_rsa;
154
152
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
155
153
rsync --delete --force -r -e ssh ./doc/build/html/ kivy@kivy.org:~/kivy.org/docs/api-trunk/;
156
- echo -e "mv ./doc/build/latex/Kivy.pdf ./doc/build/latex/Kivy-latest.pdf";
157
- echo -e "rsync -e ssh ./doc/build/latex/Kivy-latest.pdf kivy@kivy.org:~/kivy.org/docs/pdf/Kivy-latest.pdf";
158
154
fi;
159
155
160
156
notifications :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Installation, Documentation and Examples
29
29
30
30
Extensive installation instructions as well as tutorials and general
31
31
documentation, including an API reference, can be found at https://kivy.org/docs .
32
- A [ PDF version] ( https://kivy. org/docs/ pdf/Kivy- latest.pdf ) is also available.
32
+ A [ PDF version] ( https://media.readthedocs. org/pdf/kivy/ latest/kivy .pdf ) is also available.
33
33
34
34
Kivy ships with many examples which can be found in the ` examples ` folder.
35
35
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ <h3>Related Topics</h3>
161
161
< li > < a class ="nav-guides " href ="{{ pathto('gettingstarted/intro') }} "> Guides</ a > </ li >
162
162
< li > < a class ="nav-garden " href ="http://kivy-garden.github.io/ "> Garden</ a > </ li >
163
163
< li > < a class ="nav-api " href ="{{ pathto('api-kivy') }} "> API Reference</ a > </ li >
164
- < li > < a class ="nav-pdf " href ="http ://kivy. org/docs/ pdf/Kivy- latest.pdf "> PDF</ a > </ li >
164
+ < li > < a class ="nav-pdf " href ="https ://media.readthedocs. org/pdf/kivy/ latest/kivy .pdf "> PDF</ a > </ li >
165
165
< li > < a class ="nav-wiki " href ="http://wiki.kivy.org "> Wiki</ a > </ li >
166
166
</ ul >
167
167
</ div >
@@ -210,7 +210,7 @@ <h3>Related Topics</h3>
210
210
</ div >
211
211
212
212
{%- block footer %}
213
- <!-- Piwik -->
213
+ <!-- Piwik -->
214
214
< script type ="text/javascript ">
215
215
var pkBaseURL = ( ( "https:" == document . location . protocol ) ? "https://txzone.net/piwik/" : "http://txzone.net/piwik/" ) ;
216
216
document . write ( unescape ( "%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E" ) ) ;
You can’t perform that action at this time.
0 commit comments