Skip to content

Commit 37242a9

Browse files
committed
Merge branch 'master' of https://github.com/tatsy/lime
2 parents e0e7f6e + 0ece950 commit 37242a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_deploy:
5858
- conda update --yes conda
5959
- conda install --yes sphinx
6060
- pip install breathe sphinx_rtd_theme
61-
- patch -u $HOME/anaconda/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py docs/sphinxrenderer.py.patch
61+
- patch -u $HOME/anaconda/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py < docs/sphinxrenderer.py.patch
6262
- cd docs && sh ./deploy_docs.sh && cd -
6363
- mkdir packages
6464
- tar czvf packages/releases-v${LIME_VERSION}.tar.gz $(ls -I packages)

0 commit comments

Comments
 (0)