Skip to content

Commit 4c49633

Browse files
author
dessant
committed
pdf builds are now managed by RTD
1 parent 1daadfc commit 4c49633

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Diff for: .travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ install:
4242
pip install --upgrade cython pillow nose coveralls;
4343
fi;
4444
if [ "${RUN}" == "docs" ]; then
45-
echo -e "sudo apt-get -y install texlive-full";
4645
pip install --upgrade sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-actdiag sphinxcontrib-nwdiag;
4746
fi;
4847
fi;
@@ -115,7 +114,6 @@ script:
115114
fi;
116115
if [ "${RUN}" == "docs" ]; then
117116
make html;
118-
echo -e "make pdf";
119117
fi;
120118
fi;
121119
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
@@ -153,8 +151,6 @@ after_success:
153151
chmod 600 ~/.ssh/id_rsa;
154152
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
155153
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";
158154
fi;
159155

160156
notifications:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation, Documentation and Examples
2929

3030
Extensive installation instructions as well as tutorials and general
3131
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.
3333

3434
Kivy ships with many examples which can be found in the `examples` folder.
3535

Diff for: doc/sources/.templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Related Topics</h3>
161161
<li><a class="nav-guides" href="{{ pathto('gettingstarted/intro') }}">Guides</a></li>
162162
<li><a class="nav-garden" href="http://kivy-garden.github.io/">Garden</a></li>
163163
<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>
165165
<li><a class="nav-wiki" href="http://wiki.kivy.org">Wiki</a></li>
166166
</ul>
167167
</div>
@@ -210,7 +210,7 @@ <h3>Related Topics</h3>
210210
</div>
211211

212212
{%- block footer %}
213-
<!-- Piwik -->
213+
<!-- Piwik -->
214214
<script type="text/javascript">
215215
var pkBaseURL = (("https:" == document.location.protocol) ? "https://txzone.net/piwik/" : "http://txzone.net/piwik/");
216216
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));

0 commit comments

Comments
 (0)