mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
Merge pull request #1878 from xonsh/no_release_yet
hold off on release docs until next release
This commit is contained in:
commit
60dd2275f3
2 changed files with 7 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -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 .;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue