Skip to content

Commit

Permalink
pdf builds are now managed by RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 4, 2016
1 parent 1daadfc commit 4c49633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ install:
pip install --upgrade cython pillow nose coveralls;
fi;
if [ "${RUN}" == "docs" ]; then
echo -e "sudo apt-get -y install texlive-full";
pip install --upgrade sphinxcontrib-blockdiag sphinxcontrib-seqdiag sphinxcontrib-actdiag sphinxcontrib-nwdiag;
fi;
fi;
Expand Down Expand Up @@ -115,7 +114,6 @@ script:
fi;
if [ "${RUN}" == "docs" ]; then
make html;
echo -e "make pdf";
fi;
fi;
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
Expand Down Expand Up @@ -153,8 +151,6 @@ after_success:
chmod 600 ~/.ssh/id_rsa;
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
rsync --delete --force -r -e ssh ./doc/build/html/ [email protected]:~/kivy.org/docs/api-trunk/;
echo -e "mv ./doc/build/latex/Kivy.pdf ./doc/build/latex/Kivy-latest.pdf";
echo -e "rsync -e ssh ./doc/build/latex/Kivy-latest.pdf [email protected]:~/kivy.org/docs/pdf/Kivy-latest.pdf";
fi;

notifications:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Installation, Documentation and Examples

Extensive installation instructions as well as tutorials and general
documentation, including an API reference, can be found at https://kivy.org/docs.
A [PDF version](https://kivy.org/docs/pdf/Kivy-latest.pdf) is also available.
A [PDF version](https://media.readthedocs.org/pdf/kivy/latest/kivy.pdf) is also available.

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

Expand Down
4 changes: 2 additions & 2 deletions doc/sources/.templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3>Related Topics</h3>
<li><a class="nav-guides" href="{{ pathto('gettingstarted/intro') }}">Guides</a></li>
<li><a class="nav-garden" href="http://kivy-garden.github.io/">Garden</a></li>
<li><a class="nav-api" href="{{ pathto('api-kivy') }}">API Reference</a></li>
<li><a class="nav-pdf" href="http://kivy.org/docs/pdf/Kivy-latest.pdf">PDF</a></li>
<li><a class="nav-pdf" href="https://media.readthedocs.org/pdf/kivy/latest/kivy.pdf">PDF</a></li>
<li><a class="nav-wiki" href="http://wiki.kivy.org">Wiki</a></li>
</ul>
</div>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h3>Related Topics</h3>
</div>

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

0 comments on commit 4c49633

Please sign in to comment.