diff --git a/.travis.yml b/.travis.yml index f30d5dc016..b39d3bded8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,7 @@ script: cd ..; doctr deploy --deploy-repo xonsh/xonsh-docs dev; git checkout $(git describe --tags `git rev-list --tags --max-count=1`); + pip install --upgrade .; cd docs; make clean html; cd ..; diff --git a/docs/intro.rst b/docs/intro.rst index 6bc36d9bb8..56cf68a2b8 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -57,48 +57,3 @@ command prompt. The language is a superset of Python 3.4+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike. - -**Try it out!** - -.. raw:: html - - -

- - - -

-
- - -..