Merge pull request #1878 from xonsh/no_release_yet

hold off on release docs until next release
This commit is contained in:
Morten Enemark Lund 2016-10-25 15:58:41 +02:00 committed by GitHub
commit 60dd2275f3
2 changed files with 7 additions and 6 deletions

View file

@ -50,11 +50,13 @@ script:
make html;
cd ..;
doctr deploy --deploy-repo xonsh/xonsh-docs --gh-pages-docs dev;
git checkout $(git describe --tags `git rev-list --tags --max-count=1`);
cd docs;
make html;
cd ..;
doctr deploy --deploy-repo xonsh/xonsh-docs --gh-pages-docs .;
else
py.test --timeout=10;
fi
# This block should be inserted after line 52 for the next release.
# git checkout $(git describe --tags `git rev-list --tags --max-count=1`);
# cd docs;
# make html;
# cd ..;
# doctr deploy --deploy-repo xonsh/xonsh-docs --gh-pages-docs .;

View file

@ -1,7 +1,6 @@
**Added:**
* Use `doctr <https://drdoctr.github.io/doctr/>`_ to deploy dev docs to github pages
* Use `doctr <https://drdoctr.github.io/doctr/>`_ to deploy latest release docs to github pages
**Changed:** None